#B09BA4

Color #B09BA4 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #B09BA4

Tints of Shady Lady #B09BA4

Color information

#B09BA4 (or 0xB09BA4) is unknown color: approx Shady Lady. HEX triplet: B0, 9B and A4. RGB value is (176,155,164). Sum of RGB (Red+Green+Blue) = 176+155+164=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BA4 is #4F645B. Grayscale: #A2A2A2. Windows color (decimal): -5203036 or 10787760. OLE color: 10787760.

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

Color convert

RGB176155164-
CMYK00.120.070.31
HSL334.29º11.73%64.9%-
HSV(B)334.29º11.93%69.02%-
XYZ36.3335.3540.03-
YUV162.3128.96137.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 164 (64.45% from 255) = 33.13%
R=35.56%
G=31.31%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615516400.120.070.31334.2911.7364.9
HexB09BA40C71F14ec41
Octal26023324401473751614101
Binary101100001001101110100100011001111111110100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BA4; }

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

 H1.HeaderClassName
 {
   color: #B09BA4;
 }
 .AnyTagClassName
 {
   color: #B09BA4;
 }
</style>
background-color css

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

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

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

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

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

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