#BB467C

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

Shades of Royal Heath #BB467C

Tints of Royal Heath #BB467C

Color information

#BB467C (or 0xBB467C) is unknown color: approx Royal Heath. HEX triplet: BB, 46 and 7C. RGB value is (187,70,124). Sum of RGB (Red+Green+Blue) = 187+70+124=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB467C is #44B983. Grayscale: #6F6F6F. Windows color (decimal): -4503940 or 8144571. OLE color: 8144571.

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

Color convert

RGB18770124-
CMYK00.630.340.27
HSL332.31º46.25%50.39%-
HSV(B)332.31º62.57%73.33%-
XYZ26.3216.420.85-
YUV111.14135.26182.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 70 (27.73% from 255) = 18.37%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=49.08%
G=18.37%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877012400.630.340.27332.3146.2550.39
HexBB467C03F221B14c2e32
Octal27310617407742335145662
Binary1011101110001101111100011111110001011011101001100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB467C; }

 p { color: rgb(187,70,124); }

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

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

 a { background-color: rgb(187,70,124); }

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

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

 span { border-color: rgb(187,70,124); }

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