Html Css Color HEX #B9596A Blush

📋 copy color: '#B9596A'

red 185 ◦ green 89 ◦ blue 106

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

Shades of Blush #B9596A

Tints of Blush #B9596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.89%

R = 48.68%
G = 23.42%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9596A (or 0xB9596A) is known color: Blush. HEX triplet: B9, 59 and 6A. RGB value is (185,89,106). Sum of RGB (Red+Green+Blue) = 185+89+106=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9596A is #46A695. Grayscale: #777777. Windows color (decimal): -4630166 or 6969785. OLE color: 6969785.

HSL color Cylindrical-coordinate representation of color #B9596A: hue angle of 349.38º 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 #B9596A is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 89 106 -
CMYK 0 0.52 0.43 0.27
HSL 349.38º 0.41% 0.54% -
HSV(B) 349.38º 0.52% 0.73% -
XYZ 26.18 18.5 15.83 -
YUV 119.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 185 89 106 0 0.52 0.43 0.27 349.38 0.41 0.54
Hex B9 59 6A 0 34 2B 1B 15D 29 36
Octal 271 131 152 0 64 53 33 535 51 66
Binary 10111001 1011001 1101010 0 110100 101011 11011 101011101 101001 110110

Color Harmonies of #B9596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9596A

Black with #B9596A

Text Example


Text Example

White with #B9596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9596A; }

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

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

background-color css

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

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

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

border-color css

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

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

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