#B9406D

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

Shades of Royal Heath #B9406D

Tints of Royal Heath #B9406D

Color information

#B9406D (or 0xB9406D) is unknown color: approx Royal Heath. HEX triplet: B9, 40 and 6D. RGB value is (185,64,109). Sum of RGB (Red+Green+Blue) = 185+64+109=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9406D is #46BF92. Grayscale: #696969. Windows color (decimal): -4636563 or 7159993. OLE color: 7159993.

HSL color Cylindrical-coordinate representation of color #B9406D: hue angle of 337.69º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9406D is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18564109-
CMYK00.650.410.27
HSL337.69º48.59%48.82%-
HSV(B)337.69º65.41%72.55%-
XYZ24.615.0916.08-
YUV105.31130.09184.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 64 (25.39% from 255) = 17.88%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=51.68%
G=17.88%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856410900.650.410.27337.6948.5948.82
HexB9406D041291B1523131
Octal271100155010151335226161
Binary10111001100000011011010100000110100111011101010010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9406D; }

 p { color: rgb(185,64,109); }

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

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

 a { background-color: rgb(185,64,109); }

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

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

 span { border-color: rgb(185,64,109); }

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