#BB456D

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

Shades of Royal Heath #BB456D

Tints of Royal Heath #BB456D

Color information

#BB456D (or 0xBB456D) is unknown color: approx Royal Heath. HEX triplet: BB, 45 and 6D. RGB value is (187,69,109). Sum of RGB (Red+Green+Blue) = 187+69+109=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB456D is #44BA92. Grayscale: #6C6C6C. Windows color (decimal): -4504211 or 7161275. OLE color: 7161275.

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

Color convert

RGB18769109-
CMYK00.630.420.27
HSL339.66º46.46%50.2%-
HSV(B)339.66º63.1%73.33%-
XYZ25.3815.9316.2-
YUV108.84128.09183.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 69 (27.34% from 255) = 18.90%
BLUE value IS 109 (42.97% from 255) = 29.86%
R=51.23%
G=18.90%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876910900.630.420.27339.6646.4650.2
HexBB456D03F2A1B1542e32
Octal27310515507752335245662
Binary1011101110001011101101011111110101011011101010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB456D; }

 p { color: rgb(187,69,109); }

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

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

 a { background-color: rgb(187,69,109); }

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

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

 span { border-color: rgb(187,69,109); }

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