Html Css Color HEX #B39BA5 Shady Lady

📋 copy color: '#B39BA5'

red 179 ◦ green 155 ◦ blue 165

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

Shades of Shady Lady #B39BA5

Tints of Shady Lady #B39BA5

RGB

 RED value IS 179 (70.31% from 255) = 35.87%

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

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

R = 35.87%
G = 31.06%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B39BA5 (or 0xB39BA5) is known color: Shady Lady. HEX triplet: B3, 9B and A5. RGB value is (179,155,165). Sum of RGB (Red+Green+Blue) = 179+155+165=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 179 - color contains mainly: red. Hex color #B39BA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39BA5 is #4C645A. Grayscale: #A3A3A3. Windows color (decimal): -5006427 or 10853299. OLE color: 10853299.

HSL color Cylindrical-coordinate representation of color #B39BA5: hue angle of 335º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B39BA5 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 155 165 -
CMYK 0 0.13 0.08 0.30
HSL 335º 0.14% 0.65% -
HSV(B) 335º 0.13% 0.7% -
XYZ 37.1 35.74 40.54 -
YUV 163.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 179 155 165 0 0.13 0.08 0.30 335 0.14 0.65
Hex B3 9B A5 0 D 8 1E 14F E 41
Octal 263 233 245 0 15 10 36 517 16 101
Binary 10110011 10011011 10100101 0 1101 1000 11110 101001111 1110 1000001

Color Harmonies of #B39BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BA5

Black with #B39BA5

Text Example


Text Example

White with #B39BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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