#BB487A

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

Shades of Royal Heath #BB487A

Tints of Royal Heath #BB487A

Color information

#BB487A (or 0xBB487A) is unknown color: approx Royal Heath. HEX triplet: BB, 48 and 7A. RGB value is (187,72,122). Sum of RGB (Red+Green+Blue) = 187+72+122=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB487A is #44B785. Grayscale: #707070. Windows color (decimal): -4503430 or 8014011. OLE color: 8014011.

HSL color Cylindrical-coordinate representation of color #BB487A: hue angle of 333.91º 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 #BB487A is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18772122-
CMYK00.610.350.27
HSL333.91º45.82%50.78%-
HSV(B)333.91º61.5%73.33%-
XYZ26.3216.620.23-
YUV112.08133.6181.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 72 (28.52% from 255) = 18.90%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=49.08%
G=18.90%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877212200.610.350.27333.9145.8250.78
HexBB487A03D231B14e2e33
Octal27311017207543335165663
Binary1011101110010001111010011110110001111011101001110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB487A; }

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

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

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

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

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

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

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

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