#B9456F

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

Shades of Royal Heath #B9456F

Tints of Royal Heath #B9456F

Color information

#B9456F (or 0xB9456F) is unknown color: approx Royal Heath. HEX triplet: B9, 45 and 6F. RGB value is (185,69,111). Sum of RGB (Red+Green+Blue) = 185+69+111=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9456F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9456F is #46BA90. Grayscale: #6C6C6C. Windows color (decimal): -4635281 or 7292345. OLE color: 7292345.

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

Color convert

RGB18569111-
CMYK00.630.40.27
HSL338.28º45.67%49.8%-
HSV(B)338.28º62.7%72.55%-
XYZ2515.7216.75-
YUV108.47129.43182.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.68%
GREEN value IS 69 (27.34% from 255) = 18.90%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=50.68%
G=18.90%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856911100.630.40.27338.2845.6749.8
HexB9456F03F281B1522e32
Octal27110515707750335225662
Binary1011100110001011101111011111110100011011101010010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9456F; }

 p { color: rgb(185,69,111); }

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

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

 a { background-color: rgb(185,69,111); }

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

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

 span { border-color: rgb(185,69,111); }

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