Html Css Color HEX #B09BA5 Shady Lady

📋 copy color: '#B09BA5'

red 176 ◦ green 155 ◦ blue 165

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

Shades of Shady Lady #B09BA5

Tints of Shady Lady #B09BA5

RGB

 RED value IS 176 (69.14% from 255) = 35.48%

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

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

R = 35.48%
G = 31.25%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B09BA5 (or 0xB09BA5) is known color: Shady Lady. HEX triplet: B0, 9B and A5. RGB value is (176,155,165). Sum of RGB (Red+Green+Blue) = 176+155+165=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BA5 is #4F645A. Grayscale: #A2A2A2. Windows color (decimal): -5203035 or 10853296. OLE color: 10853296.

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

Color convert

RGB 176 155 165 -
CMYK 0 0.12 0.06 0.31
HSL 331.43º 0.12% 0.65% -
HSV(B) 331.43º 0.12% 0.69% -
XYZ 36.42 35.39 40.51 -
YUV 162.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 176 155 165 0 0.12 0.06 0.31 331.43 0.12 0.65
Hex B0 9B A5 0 C 6 1F 14B C 41
Octal 260 233 245 0 14 6 37 513 14 101
Binary 10110000 10011011 10100101 0 1100 110 11111 101001011 1100 1000001

Color Harmonies of #B09BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BA5

Black with #B09BA5

Text Example


Text Example

White with #B09BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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