Html Css Color HEX #B49BA5 Shady Lady

📋 copy color: '#B49BA5'

red 180 ◦ green 155 ◦ blue 165

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

Shades of Shady Lady #B49BA5

Tints of Shady Lady #B49BA5

RGB

 RED value IS 180 (70.7% from 255) = 36%

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

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

R = 36%
G = 31%
B = 33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B49BA5 (or 0xB49BA5) is known color: Shady Lady. HEX triplet: B4, 9B and A5. RGB value is (180,155,165). Sum of RGB (Red+Green+Blue) = 180+155+165=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B49BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49BA5 is #4B645A. Grayscale: #A3A3A3. Windows color (decimal): -4940891 or 10853300. OLE color: 10853300.

HSL color Cylindrical-coordinate representation of color #B49BA5: hue angle of 336º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49BA5 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 155 165 -
CMYK 0 0.14 0.08 0.29
HSL 336º 0.14% 0.66% -
HSV(B) 336º 0.14% 0.71% -
XYZ 37.34 35.86 40.55 -
YUV 163.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 180 155 165 0 0.14 0.08 0.29 336 0.14 0.66
Hex B4 9B A5 0 E 8 1D 150 E 42
Octal 264 233 245 0 16 10 35 520 16 102
Binary 10110100 10011011 10100101 0 1110 1000 11101 101010000 1110 1000010

Color Harmonies of #B49BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49BA5

Black with #B49BA5

Text Example


Text Example

White with #B49BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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