#B9577F

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

Shades of Royal Heath #B9577F

Tints of Royal Heath #B9577F

Color information

#B9577F (or 0xB9577F) is unknown color: approx Royal Heath. HEX triplet: B9, 57 and 7F. RGB value is (185,87,127). Sum of RGB (Red+Green+Blue) = 185+87+127=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9577F is #46A880. Grayscale: #787878. Windows color (decimal): -4630657 or 8345529. OLE color: 8345529.

HSL color Cylindrical-coordinate representation of color #B9577F: hue angle of 335.51º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9577F is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB18587127-
CMYK00.530.310.27
HSL335.51º41.18%53.33%-
HSV(B)335.51º52.97%72.55%-
XYZ27.2518.6622.24-
YUV120.86131.47173.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 87 (34.38% from 255) = 21.80%
BLUE value IS 127 (50% from 255) = 31.83%
R=46.37%
G=21.80%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858712700.530.310.27335.5141.1853.33
HexB9577F0351F1B1502935
Octal27112717706537335205165
Binary101110011010111111111101101011111111011101010000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9577F; }

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

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

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

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

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

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

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

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