#B9576B

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

Shades of Blush #B9576B

Tints of Blush #B9576B

Color information

#B9576B (or 0xB9576B) is unknown color: approx Blush. HEX triplet: B9, 57 and 6B. RGB value is (185,87,107). Sum of RGB (Red+Green+Blue) = 185+87+107=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9576B is #46A894. Grayscale: #767676. Windows color (decimal): -4630677 or 7034809. OLE color: 7034809.

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

Color convert

RGB18587107-
CMYK00.530.420.27
HSL347.76º41.18%53.33%-
HSV(B)347.76º52.97%72.55%-
XYZ26.0718.1916.05-
YUV118.58121.47175.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 87 (34.38% from 255) = 22.96%
BLUE value IS 107 (42.19% from 255) = 28.23%
R=48.81%
G=22.96%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858710700.530.420.27347.7641.1853.33
HexB9576B0352A1B15c2935
Octal27112715306552335345165
Binary1011100110101111101011011010110101011011101011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9576B; }

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

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

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

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

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

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

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

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