#b2596f

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

Shades of Blush #B2596F

Tints of Blush #B2596F

Color information

#B2596F (or 0xB2596F) is unknown color: approx Blush. HEX triplet: B2, 59 and 6F. RGB value is (178,89,111). Sum of RGB (Red+Green+Blue) = 178+89+111=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B2596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2596F is #4DA690. Grayscale: #767676. Windows color (decimal): -5088913 or 7297458. OLE color: 7297458.

HSL color Cylindrical-coordinate representation of color #B2596F: hue angle of 345.17º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2596F is Cyan = 0, Magento = 0.5, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB17889111-
CMYK00.50.380.30
HSL345.17º36.63%52.35%-
HSV(B)345.17º50%69.8%-
XYZ24.817.7617.16-
YUV118.12123.99170.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.09%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=47.09%
G=23.54%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788911100.50.380.30345.1736.6352.35
HexB2596F032261E1592534
Octal26213115706246365314564
Binary1011001010110011101111011001010011011110101011001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2596f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2596f; }

 p { color: rgb(178,89,111); }

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

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

 a { background-color: rgb(178,89,111); }

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

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

 span { border-color: rgb(178,89,111); }

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