Html Css Color HEX #B196A0 Shady Lady

📋 copy color: '#B196A0'

red 177 ◦ green 150 ◦ blue 160

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

Shades of Shady Lady #B196A0

Tints of Shady Lady #B196A0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.8%

 BLUE value IS 160 (62.89% from 255) = 32.85%

R = 36.34%
G = 30.8%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B196A0 (or 0xB196A0) is known color: Shady Lady. HEX triplet: B1, 96 and A0. RGB value is (177,150,160). Sum of RGB (Red+Green+Blue) = 177+150+160=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B196A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B196A0 is #4E695F. Grayscale: #9F9F9F. Windows color (decimal): -5138784 or 10524337. OLE color: 10524337.

HSL color Cylindrical-coordinate representation of color #B196A0: hue angle of 337.78º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B196A0 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 150 160 -
CMYK 0 0.15 0.10 0.31
HSL 337.78º 0.15% 0.64% -
HSV(B) 337.78º 0.15% 0.69% -
XYZ 35.38 33.7 37.9 -
YUV 159.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 177 150 160 0 0.15 0.10 0.31 337.78 0.15 0.64
Hex B1 96 A0 0 F A 1F 152 F 40
Octal 261 226 240 0 17 12 37 522 17 100
Binary 10110001 10010110 10100000 0 1111 1010 11111 101010010 1111 1000000

Color Harmonies of #B196A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196A0

Black with #B196A0

Text Example


Text Example

White with #B196A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196A0; }

 p { color: rgb(177,150,160); }

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

background-color css

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

 a { background-color: rgb(177,150,160); }

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

border-color css

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

 span { border-color: rgb(177,150,160); }

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