Html Css Color HEX #B2596D Blush

📋 copy color: '#B2596D'

red 178 ◦ green 89 ◦ blue 109

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

Shades of Blush #B2596D

Tints of Blush #B2596D

RGB

 RED value IS 178 (69.92% from 255) = 47.34%

 GREEN value IS 89 (35.16% from 255) = 23.67%

 BLUE value IS 109 (42.97% from 255) = 28.99%

R = 47.34%
G = 23.67%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2596D (or 0xB2596D) is known color: Blush. HEX triplet: B2, 59 and 6D. RGB value is (178,89,109). Sum of RGB (Red+Green+Blue) = 178+89+109=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2596D is #4DA692. Grayscale: #757575. Windows color (decimal): -5088915 or 7166386. OLE color: 7166386.

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

Color convert

RGB 178 89 109 -
CMYK 0 0.5 0.39 0.30
HSL 346.52º 0.37% 0.52% -
HSV(B) 346.52º 0.5% 0.7% -
XYZ 24.69 17.71 16.59 -
YUV 117.89 122.99 170.87 -
System Red Green Blue C M Y K H S L
Decimal 178 89 109 0 0.5 0.39 0.30 346.52 0.37 0.52
Hex B2 59 6D 0 32 27 1E 15B 25 34
Octal 262 131 155 0 62 47 36 533 45 64
Binary 10110010 1011001 1101101 0 110010 100111 11110 101011011 100101 110100

Color Harmonies of #B2596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2596D

Black with #B2596D

Text Example


Text Example

White with #B2596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2596D; }

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

 H1.HeaderClassName
 {
   color: #B2596D;
 }
 .AnyTagClassName
 {
   color: #B2596D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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