#BB456E

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

Shades of Royal Heath #BB456E

Tints of Royal Heath #BB456E

Color information

#BB456E (or 0xBB456E) is unknown color: approx Royal Heath. HEX triplet: BB, 45 and 6E. RGB value is (187,69,110). Sum of RGB (Red+Green+Blue) = 187+69+110=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB456E is #44BA91. Grayscale: #6C6C6C. Windows color (decimal): -4504210 or 7226811. OLE color: 7226811.

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

Color convert

RGB18769110-
CMYK00.630.410.27
HSL339.15º46.46%50.2%-
HSV(B)339.15º63.1%73.33%-
XYZ25.4415.9516.49-
YUV108.96128.59183.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.09%
GREEN value IS 69 (27.34% from 255) = 18.85%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=51.09%
G=18.85%
B=30.05%

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
Decimal1876911000.630.410.27339.1546.4650.2
HexBB456E03F291B1532e32
Octal27310515607751335235662
Binary1011101110001011101110011111110100111011101010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB456E; }

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

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

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

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

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

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

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

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