Html Css Color HEX #B2596C Blush

📋 copy color: '#B2596C'

red 178 ◦ green 89 ◦ blue 108

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

Shades of Blush #B2596C

Tints of Blush #B2596C

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 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

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

RGB 178 89 108 -
CMYK 0 0.5 0.39 0.30
HSL 347.19º 0.37% 0.52% -
HSV(B) 347.19º 0.5% 0.7% -
XYZ 24.64 17.69 16.3 -
YUV 117.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 178 89 108 0 0.5 0.39 0.30 347.19 0.37 0.52
Hex B2 59 6C 0 32 27 1E 15B 25 34
Octal 262 131 154 0 62 47 36 533 45 64
Binary 10110010 1011001 1101100 0 110010 100111 11110 101011011 100101 110100

Color Harmonies of #B2596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2596C

Black with #B2596C

Text Example


Text Example

White with #B2596C

Text Example


Text Example

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