#BB466E

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

Shades of Royal Heath #BB466E

Tints of Royal Heath #BB466E

Color information

#BB466E (or 0xBB466E) is unknown color: approx Royal Heath. HEX triplet: BB, 46 and 6E. RGB value is (187,70,110). Sum of RGB (Red+Green+Blue) = 187+70+110=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB466E is #44B991. Grayscale: #6D6D6D. Windows color (decimal): -4503954 or 7227067. OLE color: 7227067.

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

Color convert

RGB18770110-
CMYK00.630.410.27
HSL339.49º46.25%50.39%-
HSV(B)339.49º62.57%73.33%-
XYZ25.516.0716.51-
YUV109.54128.26183.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 70 (27.73% from 255) = 19.07%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=50.95%
G=19.07%
B=29.97%

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
Decimal1877011000.630.410.27339.4946.2550.39
HexBB466E03F291B1532e32
Octal27310615607751335235662
Binary1011101110001101101110011111110100111011101010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB466E; }

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

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

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

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

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

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

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

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