#B9447D

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

Shades of Royal Heath #B9447D

Tints of Royal Heath #B9447D

Color information

#B9447D (or 0xB9447D) is unknown color: approx Royal Heath. HEX triplet: B9, 44 and 7D. RGB value is (185,68,125). Sum of RGB (Red+Green+Blue) = 185+68+125=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9447D is #46BB82. Grayscale: #6D6D6D. Windows color (decimal): -4635523 or 8209593. OLE color: 8209593.

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

Color convert

RGB18568125-
CMYK00.630.320.27
HSL330.77º46.25%49.61%-
HSV(B)330.77º63.24%72.55%-
XYZ25.7815.9321.12-
YUV109.48136.76181.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.94%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=48.94%
G=17.99%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856812500.630.320.27330.7746.2549.61
HexB9447D03F201B14b2e32
Octal27110417507740335135662
Binary1011100110001001111101011111110000011011101001011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9447D; }

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

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

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

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

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

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

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

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