Html Css Color HEX #B19AA4 Shady Lady

📋 copy color: '#B19AA4'

red 177 ◦ green 154 ◦ blue 164

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

Shades of Shady Lady #B19AA4

Tints of Shady Lady #B19AA4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.11%

 BLUE value IS 164 (64.45% from 255) = 33.13%

R = 35.76%
G = 31.11%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B19AA4 (or 0xB19AA4) is known color: Shady Lady. HEX triplet: B1, 9A and A4. RGB value is (177,154,164). Sum of RGB (Red+Green+Blue) = 177+154+164=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B19AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19AA4 is #4E655B. Grayscale: #A2A2A2. Windows color (decimal): -5137756 or 10787505. OLE color: 10787505.

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

Color convert

RGB 177 154 164 -
CMYK 0 0.13 0.07 0.31
HSL 333.91º 0.13% 0.65% -
HSV(B) 333.91º 0.13% 0.69% -
XYZ 36.39 35.14 39.99 -
YUV 162.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 177 154 164 0 0.13 0.07 0.31 333.91 0.13 0.65
Hex B1 9A A4 0 D 7 1F 14E D 41
Octal 261 232 244 0 15 7 37 516 15 101
Binary 10110001 10011010 10100100 0 1101 111 11111 101001110 1101 1000001

Color Harmonies of #B19AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19AA4

Black with #B19AA4

Text Example


Text Example

White with #B19AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19AA4; }

 p { color: rgb(177,154,164); }

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

background-color css

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

 a { background-color: rgb(177,154,164); }

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

border-color css

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

 span { border-color: rgb(177,154,164); }

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