#B2596B

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

Shades of Blush #B2596B

Tints of Blush #B2596B

Color information

#B2596B (or 0xB2596B) is unknown color: approx Blush. HEX triplet: B2, 59 and 6B. RGB value is (178,89,107). Sum of RGB (Red+Green+Blue) = 178+89+107=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B2596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2596B is #4DA694. Grayscale: #757575. Windows color (decimal): -5088917 or 7035314. OLE color: 7035314.

HSL color Cylindrical-coordinate representation of color #B2596B: hue angle of 347.87º 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 #B2596B is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17889107-
CMYK00.50.400.30
HSL347.87º36.63%52.35%-
HSV(B)347.87º50%69.8%-
XYZ24.5917.6716.02-
YUV117.66121.99171.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.59%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 107 (42.19% from 255) = 28.61%
R=47.59%
G=23.80%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788910700.50.400.30347.8736.6352.35
HexB2596B032281E15c2534
Octal26213115306250365344564
Binary1011001010110011101011011001010100011110101011100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2596B; }

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

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

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

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

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

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

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

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