Html Css Color HEX #B09AA5 Shady Lady

📋 copy color: '#B09AA5'

red 176 ◦ green 154 ◦ blue 165

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

Shades of Shady Lady #B09AA5

Tints of Shady Lady #B09AA5

RGB

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

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

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

R = 35.56%
G = 31.11%
B = 33.33%

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

#B09AA5 (or 0xB09AA5) is known color: Shady Lady. HEX triplet: B0, 9A and A5. RGB value is (176,154,165). Sum of RGB (Red+Green+Blue) = 176+154+165=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B09AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09AA5 is #4F655A. Grayscale: #A1A1A1. Windows color (decimal): -5203291 or 10853040. OLE color: 10853040.

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

Color convert

RGB 176 154 165 -
CMYK 0 0.12 0.06 0.31
HSL 330º 0.12% 0.65% -
HSV(B) 330º 0.13% 0.69% -
XYZ 36.25 35.06 40.45 -
YUV 161.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 176 154 165 0 0.12 0.06 0.31 330 0.12 0.65
Hex B0 9A A5 0 C 6 1F 14A C 41
Octal 260 232 245 0 14 6 37 512 14 101
Binary 10110000 10011010 10100101 0 1100 110 11111 101001010 1100 1000001

Color Harmonies of #B09AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09AA5

Black with #B09AA5

Text Example


Text Example

White with #B09AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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