Html Css Color HEX #B09FA6 Shady Lady

📋 copy color: '#B09FA6'

red 176 ◦ green 159 ◦ blue 166

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

Shades of Shady Lady #B09FA6

Tints of Shady Lady #B09FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.13%

R = 35.13%
G = 31.74%
B = 33.13%

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

#B09FA6 (or 0xB09FA6) is known color: Shady Lady. HEX triplet: B0, 9F and A6. RGB value is (176,159,166). Sum of RGB (Red+Green+Blue) = 176+159+166=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 176 - color contains mainly: red. Hex color #B09FA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09FA6 is #4F6059. Grayscale: #A4A4A4. Windows color (decimal): -5202010 or 10919856. OLE color: 10919856.

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

Color convert

RGB 176 159 166 -
CMYK 0 0.10 0.06 0.31
HSL 335.29º 0.1% 0.66% -
HSV(B) 335.29º 0.1% 0.69% -
XYZ 37.19 36.78 41.22 -
YUV 164.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 176 159 166 0 0.10 0.06 0.31 335.29 0.1 0.66
Hex B0 9F A6 0 A 6 1F 14F A 42
Octal 260 237 246 0 12 6 37 517 12 102
Binary 10110000 10011111 10100110 0 1010 110 11111 101001111 1010 1000010

Color Harmonies of #B09FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FA6

Black with #B09FA6

Text Example


Text Example

White with #B09FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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