#BB487B

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

Shades of Royal Heath #BB487B

Tints of Royal Heath #BB487B

Color information

#BB487B (or 0xBB487B) is unknown color: approx Royal Heath. HEX triplet: BB, 48 and 7B. RGB value is (187,72,123). Sum of RGB (Red+Green+Blue) = 187+72+123=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB487B is #44B784. Grayscale: #707070. Windows color (decimal): -4503429 or 8079547. OLE color: 8079547.

HSL color Cylindrical-coordinate representation of color #BB487B: hue angle of 333.39º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB487B is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18772123-
CMYK00.610.340.27
HSL333.39º45.82%50.78%-
HSV(B)333.39º61.5%73.33%-
XYZ26.3916.6320.56-
YUV112.2134.1181.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=48.95%
G=18.85%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877212300.610.340.27333.3945.8250.78
HexBB487B03D221B14d2e33
Octal27311017307542335155663
Binary1011101110010001111011011110110001011011101001101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB487B; }

 p { color: rgb(187,72,123); }

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

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

 a { background-color: rgb(187,72,123); }

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

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

 span { border-color: rgb(187,72,123); }

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