#B9575F

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

Shades of Blush #B9575F

Tints of Blush #B9575F

Color information

#B9575F (or 0xB9575F) is unknown color: approx Blush. HEX triplet: B9, 57 and 5F. RGB value is (185,87,95). Sum of RGB (Red+Green+Blue) = 185+87+95=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B9575F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9575F is #46A8A0. Grayscale: #757575. Windows color (decimal): -4630689 or 6248377. OLE color: 6248377.

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

Color convert

RGB1858795-
CMYK00.530.490.27
HSL355.1º41.18%53.33%-
HSV(B)355.1º52.97%72.55%-
XYZ25.4817.9612.95-
YUV117.21115.47176.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 95 (37.5% from 255) = 25.89%
R=50.41%
G=23.71%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185879500.530.490.27355.141.1853.33
HexB9575F035311B1632935
Octal27112713706561335435165
Binary1011100110101111011111011010111000111011101100011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9575F; }

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

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

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

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

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

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

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

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