#B2596C

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

Shades of Blush #B2596C

Tints of Blush #B2596C

Color information

#B2596C (or 0xB2596C) is unknown color: approx Blush. HEX triplet: B2, 59 and 6C. RGB value is (178,89,108). Sum of RGB (Red+Green+Blue) = 178+89+108=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2596C is #4DA693. Grayscale: #757575. Windows color (decimal): -5088916 or 7100850. OLE color: 7100850.

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

Color convert

RGB17889108-
CMYK00.50.390.30
HSL347.19º36.63%52.35%-
HSV(B)347.19º50%69.8%-
XYZ24.6417.6916.3-
YUV117.78122.49170.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=47.47%
G=23.73%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788910800.50.390.30347.1936.6352.35
HexB2596C032271E15b2534
Octal26213115406247365334564
Binary1011001010110011101100011001010011111110101011011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2596C; }

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

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

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

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

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

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

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

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