Html Css Color HEX #B9596F Blush

📋 copy color: '#B9596F'

red 185 ◦ green 89 ◦ blue 111

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

Shades of Blush #B9596F

Tints of Blush #B9596F

RGB

 RED value IS 185 (72.66% from 255) = 48.05%

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

 BLUE value IS 111 (43.75% from 255) = 28.83%

R = 48.05%
G = 23.12%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9596F (or 0xB9596F) is known color: Blush. HEX triplet: B9, 59 and 6F. RGB value is (185,89,111). Sum of RGB (Red+Green+Blue) = 185+89+111=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B9596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9596F is #46A690. Grayscale: #787878. Windows color (decimal): -4630161 or 7297465. OLE color: 7297465.

HSL color Cylindrical-coordinate representation of color #B9596F: hue angle of 346.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9596F is Cyan = 0, Magento = 0.52, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 89 111 -
CMYK 0 0.52 0.4 0.27
HSL 346.25º 0.41% 0.54% -
HSV(B) 346.25º 0.52% 0.73% -
XYZ 26.45 18.61 17.24 -
YUV 120.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 185 89 111 0 0.52 0.4 0.27 346.25 0.41 0.54
Hex B9 59 6F 0 34 28 1B 15A 29 36
Octal 271 131 157 0 64 50 33 532 51 66
Binary 10111001 1011001 1101111 0 110100 101000 11011 101011010 101001 110110

Color Harmonies of #B9596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9596F

Black with #B9596F

Text Example


Text Example

White with #B9596F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9596F; }

 p { color: rgb(185,89,111); }

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

background-color css

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

 a { background-color: rgb(185,89,111); }

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

border-color css

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

 span { border-color: rgb(185,89,111); }

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