#BB5875

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

Shades of Royal Heath #BB5875

Tints of Royal Heath #BB5875

Color information

#BB5875 (or 0xBB5875) is unknown color: approx Royal Heath. HEX triplet: BB, 58 and 75. RGB value is (187,88,117). Sum of RGB (Red+Green+Blue) = 187+88+117=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5875 is #44A78A. Grayscale: #787878. Windows color (decimal): -4499339 or 7690427. OLE color: 7690427.

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

Color convert

RGB18788117-
CMYK00.530.370.27
HSL342.42º42.13%53.92%-
HSV(B)342.42º52.94%73.33%-
XYZ27.1918.8319.03-
YUV120.91125.8175.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 88 (34.77% from 255) = 22.45%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=47.70%
G=22.45%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878811700.530.370.27342.4242.1353.92
HexBB5875035251B1562a36
Octal27313016506545335265266
Binary1011101110110001110101011010110010111011101010110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5875; }

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

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

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

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

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

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

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

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