#B9456A

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

Shades of Royal Heath #B9456A

Tints of Royal Heath #B9456A

Color information

#B9456A (or 0xB9456A) is unknown color: approx Royal Heath. HEX triplet: B9, 45 and 6A. RGB value is (185,69,106). Sum of RGB (Red+Green+Blue) = 185+69+106=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9456A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9456A is #46BA95. Grayscale: #6B6B6B. Windows color (decimal): -4635286 or 6964665. OLE color: 6964665.

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

Color convert

RGB18569106-
CMYK00.630.430.27
HSL340.86º45.67%49.8%-
HSV(B)340.86º62.7%72.55%-
XYZ24.7415.6115.35-
YUV107.9126.93182.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=51.39%
G=19.17%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856910600.630.430.27340.8645.6749.8
HexB9456A03F2B1B1552e32
Octal27110515207753335255662
Binary1011100110001011101010011111110101111011101010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9456A; }

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

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

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

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

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

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

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

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