Html Css Color HEX #B19CA5 Shady Lady

📋 copy color: '#B19CA5'

red 177 ◦ green 156 ◦ blue 165

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

Shades of Shady Lady #B19CA5

Tints of Shady Lady #B19CA5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.33%

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

R = 35.54%
G = 31.33%
B = 33.13%

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

#B19CA5 (or 0xB19CA5) is known color: Shady Lady. HEX triplet: B1, 9C and A5. RGB value is (177,156,165). Sum of RGB (Red+Green+Blue) = 177+156+165=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B19CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19CA5 is #4E635A. Grayscale: #A3A3A3. Windows color (decimal): -5137243 or 10853553. OLE color: 10853553.

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

Color convert

RGB 177 156 165 -
CMYK 0 0.12 0.07 0.31
HSL 334.29º 0.12% 0.65% -
HSV(B) 334.29º 0.12% 0.69% -
XYZ 36.81 35.84 40.58 -
YUV 163.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 177 156 165 0 0.12 0.07 0.31 334.29 0.12 0.65
Hex B1 9C A5 0 C 7 1F 14E C 41
Octal 261 234 245 0 14 7 37 516 14 101
Binary 10110001 10011100 10100101 0 1100 111 11111 101001110 1100 1000001

Color Harmonies of #B19CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CA5

Black with #B19CA5

Text Example


Text Example

White with #B19CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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