Html Css Color HEX #B1596E Blush

📋 copy color: '#B1596E'

red 177 ◦ green 89 ◦ blue 110

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

Shades of Blush #B1596E

Tints of Blush #B1596E

RGB

 RED value IS 177 (69.53% from 255) = 47.07%

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

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 47.07%
G = 23.67%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1596E (or 0xB1596E) is known color: Blush. HEX triplet: B1, 59 and 6E. RGB value is (177,89,110). Sum of RGB (Red+Green+Blue) = 177+89+110=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B1596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1596E is #4EA691. Grayscale: #757575. Windows color (decimal): -5154450 or 7231921. OLE color: 7231921.

HSL color Cylindrical-coordinate representation of color #B1596E: hue angle of 345.68º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1596E is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 89 110 -
CMYK 0 0.50 0.38 0.31
HSL 345.68º 0.36% 0.52% -
HSV(B) 345.68º 0.5% 0.69% -
XYZ 24.52 17.62 16.86 -
YUV 117.71 123.65 170.29 -
System Red Green Blue C M Y K H S L
Decimal 177 89 110 0 0.50 0.38 0.31 345.68 0.36 0.52
Hex B1 59 6E 0 32 26 1F 15A 24 34
Octal 261 131 156 0 62 46 37 532 44 64
Binary 10110001 1011001 1101110 0 110010 100110 11111 101011010 100100 110100

Color Harmonies of #B1596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1596E

Black with #B1596E

Text Example


Text Example

White with #B1596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1596E; }

 p { color: rgb(177,89,110); }

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

background-color css

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

 a { background-color: rgb(177,89,110); }

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

border-color css

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

 span { border-color: rgb(177,89,110); }

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