#B0596E

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

Shades of Blush #B0596E

Tints of Blush #B0596E

Color information

#B0596E (or 0xB0596E) is unknown color: approx Blush. HEX triplet: B0, 59 and 6E. RGB value is (176,89,110). Sum of RGB (Red+Green+Blue) = 176+89+110=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0596E is #4FA691. Grayscale: #757575. Windows color (decimal): -5219986 or 7231920. OLE color: 7231920.

HSL color Cylindrical-coordinate representation of color #B0596E: hue angle of 345.52º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0596E is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17689110-
CMYK00.490.370.31
HSL345.52º35.51%51.96%-
HSV(B)345.52º49.43%69.02%-
XYZ24.2917.516.85-
YUV117.41123.82169.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=46.93%
G=23.73%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768911000.490.370.31345.5235.5151.96
HexB0596E031251F15a2434
Octal26013115606145375324464
Binary1011000010110011101110011000110010111111101011010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0596E; }

 p { color: rgb(176,89,110); }

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

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

 a { background-color: rgb(176,89,110); }

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

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

 span { border-color: rgb(176,89,110); }

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