#B9446D

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

Shades of Royal Heath #B9446D

Tints of Royal Heath #B9446D

Color information

#B9446D (or 0xB9446D) is unknown color: approx Royal Heath. HEX triplet: B9, 44 and 6D. RGB value is (185,68,109). Sum of RGB (Red+Green+Blue) = 185+68+109=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9446D is #46BB92. Grayscale: #6B6B6B. Windows color (decimal): -4635539 or 7161017. OLE color: 7161017.

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

Color convert

RGB18568109-
CMYK00.630.410.27
HSL338.97º46.25%49.61%-
HSV(B)338.97º63.24%72.55%-
XYZ24.8415.5516.16-
YUV107.66128.76183.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 68 (26.95% from 255) = 18.78%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=51.10%
G=18.78%
B=30.11%

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
Decimal1856810900.630.410.27338.9746.2549.61
HexB9446D03F291B1532e32
Octal27110415507751335235662
Binary1011100110001001101101011111110100111011101010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9446D; }

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

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

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

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

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

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

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

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