#BB5673

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

Shades of Royal Heath #BB5673

Tints of Royal Heath #BB5673

Color information

#BB5673 (or 0xBB5673) is unknown color: approx Royal Heath. HEX triplet: BB, 56 and 73. RGB value is (187,86,115). Sum of RGB (Red+Green+Blue) = 187+86+115=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5673 is #44A98C. Grayscale: #777777. Windows color (decimal): -4499853 or 7558843. OLE color: 7558843.

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

Color convert

RGB18786115-
CMYK00.540.390.27
HSL342.77º42.62%53.53%-
HSV(B)342.77º54.01%73.33%-
XYZ26.9218.4618.36-
YUV119.5125.46176.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 86 (33.98% from 255) = 22.16%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=48.20%
G=22.16%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878611500.540.390.27342.7742.6253.53
HexBB5673036271B1572b36
Octal27312616306647335275366
Binary1011101110101101110011011011010011111011101010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5673; }

 p { color: rgb(187,86,115); }

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

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

 a { background-color: rgb(187,86,115); }

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

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

 span { border-color: rgb(187,86,115); }

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