#B09BA3

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

Shades of Shady Lady #B09BA3

Tints of Shady Lady #B09BA3

Color information

#B09BA3 (or 0xB09BA3) is unknown color: approx Shady Lady. HEX triplet: B0, 9B and A3. RGB value is (176,155,163). Sum of RGB (Red+Green+Blue) = 176+155+163=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BA3 is #4F645C. Grayscale: #A2A2A2. Windows color (decimal): -5203037 or 10722224. OLE color: 10722224.

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

Color convert

RGB176155163-
CMYK00.120.070.31
HSL337.14º11.73%64.9%-
HSV(B)337.14º11.93%69.02%-
XYZ36.2435.3239.56-
YUV162.19128.46137.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 155 (60.94% from 255) = 31.38%
BLUE value IS 163 (64.06% from 255) = 33.00%
R=35.63%
G=31.38%
B=33.00%

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
Decimal17615516300.120.070.31337.1411.7364.9
HexB09BA30C71F151c41
Octal26023324301473752114101
Binary101100001001101110100011011001111111110101000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BA3; }

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

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

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

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

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

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

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

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