#B9446E

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

Shades of Royal Heath #B9446E

Tints of Royal Heath #B9446E

Color information

#B9446E (or 0xB9446E) is unknown color: approx Royal Heath. HEX triplet: B9, 44 and 6E. RGB value is (185,68,110). Sum of RGB (Red+Green+Blue) = 185+68+110=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9446E is #46BB91. Grayscale: #6B6B6B. Windows color (decimal): -4635538 or 7226553. OLE color: 7226553.

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

Color convert

RGB18568110-
CMYK00.630.410.27
HSL338.46º46.25%49.61%-
HSV(B)338.46º63.24%72.55%-
XYZ24.8915.5716.45-
YUV107.77129.26183.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.96%
GREEN value IS 68 (26.95% from 255) = 18.73%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=50.96%
G=18.73%
B=30.30%

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
Decimal1856811000.630.410.27338.4646.2549.61
HexB9446E03F291B1522e32
Octal27110415607751335225662
Binary1011100110001001101110011111110100111011101010010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9446E; }

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

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

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

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

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

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

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

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