#B9575E

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

Shades of Blush #B9575E

Tints of Blush #B9575E

Color information

#B9575E (or 0xB9575E) is unknown color: approx Blush. HEX triplet: B9, 57 and 5E. RGB value is (185,87,94). Sum of RGB (Red+Green+Blue) = 185+87+94=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9575E is #46A8A1. Grayscale: #757575. Windows color (decimal): -4630690 or 6182841. OLE color: 6182841.

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

Color convert

RGB1858794-
CMYK00.530.490.27
HSL355.71º41.18%53.33%-
HSV(B)355.71º52.97%72.55%-
XYZ25.4417.9412.71-
YUV117.1114.97176.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 94 (37.11% from 255) = 25.68%
R=50.55%
G=23.77%
B=25.68%

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
Decimal185879400.530.490.27355.7141.1853.33
HexB9575E035311B1642935
Octal27112713606561335445165
Binary1011100110101111011110011010111000111011101100100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9575E; }

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

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

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

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

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

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

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

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