#BB5475

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

Shades of Royal Heath #BB5475

Tints of Royal Heath #BB5475

Color information

#BB5475 (or 0xBB5475) is unknown color: approx Royal Heath. HEX triplet: BB, 54 and 75. RGB value is (187,84,117). Sum of RGB (Red+Green+Blue) = 187+84+117=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5475 is #44AB8A. Grayscale: #767676. Windows color (decimal): -4500363 or 7689403. OLE color: 7689403.

HSL color Cylindrical-coordinate representation of color #BB5475: hue angle of 340.78º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5475 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18784117-
CMYK00.550.370.27
HSL340.78º43.1%53.14%-
HSV(B)340.78º55.08%73.33%-
XYZ26.8718.1918.92-
YUV118.56127.12176.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=48.20%
G=21.65%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878411700.550.370.27340.7843.153.14
HexBB5475037251B1552b35
Octal27312416506745335255365
Binary1011101110101001110101011011110010111011101010101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5475; }

 p { color: rgb(187,84,117); }

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

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

 a { background-color: rgb(187,84,117); }

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

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

 span { border-color: rgb(187,84,117); }

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