#B9406C

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

Shades of Royal Heath #B9406C

Tints of Royal Heath #B9406C

Color information

#B9406C (or 0xB9406C) is unknown color: approx Royal Heath. HEX triplet: B9, 40 and 6C. RGB value is (185,64,108). Sum of RGB (Red+Green+Blue) = 185+64+108=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9406C is #46BF93. Grayscale: #696969. Windows color (decimal): -4636564 or 7094457. OLE color: 7094457.

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

Color convert

RGB18564108-
CMYK00.650.420.27
HSL338.18º48.59%48.82%-
HSV(B)338.18º65.41%72.55%-
XYZ24.5515.0615.8-
YUV105.2129.59184.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 64 (25.39% from 255) = 17.93%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=51.82%
G=17.93%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856410800.650.420.27338.1848.5948.82
HexB9406C0412A1B1523131
Octal271100154010152335226161
Binary10111001100000011011000100000110101011011101010010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9406C; }

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

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

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

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

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

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

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

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