Html Css Color HEX #B19BA5 Shady Lady

📋 copy color: '#B19BA5'

red 177 ◦ green 155 ◦ blue 165

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

Shades of Shady Lady #B19BA5

Tints of Shady Lady #B19BA5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.19%

 BLUE value IS 165 (64.84% from 255) = 33.2%

R = 35.61%
G = 31.19%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B19BA5 (or 0xB19BA5) is known color: Shady Lady. HEX triplet: B1, 9B and A5. RGB value is (177,155,165). Sum of RGB (Red+Green+Blue) = 177+155+165=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B19BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19BA5 is #4E645A. Grayscale: #A2A2A2. Windows color (decimal): -5137499 or 10853297. OLE color: 10853297.

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

Color convert

RGB 177 155 165 -
CMYK 0 0.12 0.07 0.31
HSL 332.73º 0.12% 0.65% -
HSV(B) 332.73º 0.12% 0.69% -
XYZ 36.64 35.51 40.52 -
YUV 162.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 177 155 165 0 0.12 0.07 0.31 332.73 0.12 0.65
Hex B1 9B A5 0 C 7 1F 14D C 41
Octal 261 233 245 0 14 7 37 515 14 101
Binary 10110001 10011011 10100101 0 1100 111 11111 101001101 1100 1000001

Color Harmonies of #B19BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BA5

Black with #B19BA5

Text Example


Text Example

White with #B19BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BA5; }

 p { color: rgb(177,155,165); }

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

background-color css

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

 a { background-color: rgb(177,155,165); }

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

border-color css

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

 span { border-color: rgb(177,155,165); }

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