Html Css Color HEX #B2596F Blush

📋 copy color: '#B2596F'

red 178 ◦ green 89 ◦ blue 111

#B2596F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #B2596F

Tints of Blush #B2596F

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 value IS 0

 M value IS 0.5

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2596F (or 0xB2596F) is known color: 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

RGB 178 89 111 -
CMYK 0 0.5 0.38 0.30
HSL 345.17º 0.37% 0.52% -
HSV(B) 345.17º 0.5% 0.7% -
XYZ 24.8 17.76 17.16 -
YUV 118.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 178 89 111 0 0.5 0.38 0.30 345.17 0.37 0.52
Hex B2 59 6F 0 32 26 1E 159 25 34
Octal 262 131 157 0 62 46 36 531 45 64
Binary 10110010 1011001 1101111 0 110010 100110 11110 101011001 100101 110100

Color Harmonies of #B2596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2596F

Black with #B2596F

Text Example


Text Example

White with #B2596F

Text Example


Text Example

HTML Codes & Css Web 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>