#b9447f

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

Shades of Royal Heath #B9447F

Tints of Royal Heath #B9447F

Color information

#B9447F (or 0xB9447F) is unknown color: approx Royal Heath. HEX triplet: B9, 44 and 7F. RGB value is (185,68,127). Sum of RGB (Red+Green+Blue) = 185+68+127=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9447F is #46BB80. Grayscale: #6D6D6D. Windows color (decimal): -4635521 or 8340665. OLE color: 8340665.

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

Color convert

RGB18568127-
CMYK00.630.310.27
HSL329.74º46.25%49.61%-
HSV(B)329.74º63.24%72.55%-
XYZ25.9115.9821.8-
YUV109.71137.76181.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.68%
GREEN value IS 68 (26.95% from 255) = 17.89%
BLUE value IS 127 (50% from 255) = 33.42%
R=48.68%
G=17.89%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856812700.630.310.27329.7446.2549.61
HexB9447F03F1F1B14a2e32
Octal27110417707737335125662
Binary101110011000100111111101111111111111011101001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9447f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9447f; }

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

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

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

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

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

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

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

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