#b54469

Color #B54469 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B54469

Tints of Royal Heath #B54469

Color information

#B54469 (or 0xB54469) is unknown color: approx Royal Heath. HEX triplet: B5, 44 and 69. RGB value is (181,68,105). Sum of RGB (Red+Green+Blue) = 181+68+105=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B54469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54469 is #4ABB96. Grayscale: #696969. Windows color (decimal): -4897687 or 6898869. OLE color: 6898869.

HSL color Cylindrical-coordinate representation of color #B54469: hue angle of 340.35º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54469 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18168105-
CMYK00.620.420.29
HSL340.35º45.38%48.82%-
HSV(B)340.35º62.43%70.98%-
XYZ23.6714.9815.01-
YUV106127.44181.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 51.13%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 105 (41.41% from 255) = 29.66%
R=51.13%
G=19.21%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816810500.620.420.29340.3545.3848.82
HexB5446903E2A1D1542d31
Octal26510415107652355245561
Binary1011010110001001101001011111010101011101101010100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54469; }

 p { color: rgb(181,68,105); }

 H1.HeaderClassName
 {
   color: #b54469;
 }
 .AnyTagClassName
 {
   color: #b54469;
 }
</style>
background-color css

<style>
 a { background-color: #b54469; }

 a { background-color: rgb(181,68,105); }

 div.DivClassName
 {
   background-color: #b54469;
 }
 .BgClassName
 {
   background-color: #b54469;
 }
</style>
border-color css

<style>
 span { border-color: #b54469; }

 span { border-color: rgb(181,68,105); }

 td.TdClassName
 {
   border-color: #b54469;
 }
 .TagClassName
 {
   border-color: #b54469;
 }
</style>