Html Css Color HEX #B09FA5 Shady Lady

📋 copy color: '#B09FA5'

red 176 ◦ green 159 ◦ blue 165

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

Shades of Shady Lady #B09FA5

Tints of Shady Lady #B09FA5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.8%

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

R = 35.2%
G = 31.8%
B = 33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B09FA5 (or 0xB09FA5) is known color: Shady Lady. HEX triplet: B0, 9F and A5. RGB value is (176,159,165). Sum of RGB (Red+Green+Blue) = 176+159+165=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FA5 is #4F605A. Grayscale: #A4A4A4. Windows color (decimal): -5202011 or 10854320. OLE color: 10854320.

HSL color Cylindrical-coordinate representation of color #B09FA5: hue angle of 338.82º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B09FA5 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 159 165 -
CMYK 0 0.10 0.06 0.31
HSL 338.82º 0.1% 0.66% -
HSV(B) 338.82º 0.1% 0.69% -
XYZ 37.09 36.74 40.73 -
YUV 164.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 176 159 165 0 0.10 0.06 0.31 338.82 0.1 0.66
Hex B0 9F A5 0 A 6 1F 153 A 42
Octal 260 237 245 0 12 6 37 523 12 102
Binary 10110000 10011111 10100101 0 1010 110 11111 101010011 1010 1000010

Color Harmonies of #B09FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FA5

Black with #B09FA5

Text Example


Text Example

White with #B09FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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