Html Css Color HEX #B19BA3 Shady Lady

📋 copy color: '#B19BA3'

red 177 ◦ green 155 ◦ blue 163

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

Shades of Shady Lady #B19BA3

Tints of Shady Lady #B19BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.93%

R = 35.76%
G = 31.31%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B19BA3 (or 0xB19BA3) is known color: Shady Lady. HEX triplet: B1, 9B and A3. RGB value is (177,155,163). Sum of RGB (Red+Green+Blue) = 177+155+163=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B19BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19BA3 is #4E645C. Grayscale: #A2A2A2. Windows color (decimal): -5137501 or 10722225. OLE color: 10722225.

HSL color Cylindrical-coordinate representation of color #B19BA3: hue angle of 338.18º 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 #B19BA3 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 155 163 -
CMYK 0 0.12 0.08 0.31
HSL 338.18º 0.12% 0.65% -
HSV(B) 338.18º 0.12% 0.69% -
XYZ 36.46 35.43 39.57 -
YUV 162.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 177 155 163 0 0.12 0.08 0.31 338.18 0.12 0.65
Hex B1 9B A3 0 C 8 1F 152 C 41
Octal 261 233 243 0 14 10 37 522 14 101
Binary 10110001 10011011 10100011 0 1100 1000 11111 101010010 1100 1000001

Color Harmonies of #B19BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BA3

Black with #B19BA3

Text Example


Text Example

White with #B19BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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