#BB466F

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

Shades of Royal Heath #BB466F

Tints of Royal Heath #BB466F

Color information

#BB466F (or 0xBB466F) is unknown color: approx Royal Heath. HEX triplet: BB, 46 and 6F. RGB value is (187,70,111). Sum of RGB (Red+Green+Blue) = 187+70+111=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB466F is #44B990. Grayscale: #6D6D6D. Windows color (decimal): -4503953 or 7292603. OLE color: 7292603.

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

Color convert

RGB18770111-
CMYK00.630.410.27
HSL338.97º46.25%50.39%-
HSV(B)338.97º62.57%73.33%-
XYZ25.5516.0916.8-
YUV109.66128.76183.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 70 (27.73% from 255) = 19.02%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=50.82%
G=19.02%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877011100.630.410.27338.9746.2550.39
HexBB466F03F291B1532e32
Octal27310615707751335235662
Binary1011101110001101101111011111110100111011101010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB466F; }

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

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

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

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

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

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

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

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