#B09BA5

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

Shades of Shady Lady #B09BA5

Tints of Shady Lady #B09BA5

Color information

#B09BA5 (or 0xB09BA5) is unknown color: approx Shady Lady. HEX triplet: B0, 9B and A5. RGB value is (176,155,165). Sum of RGB (Red+Green+Blue) = 176+155+165=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BA5 is #4F645A. Grayscale: #A2A2A2. Windows color (decimal): -5203035 or 10853296. OLE color: 10853296.

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

Color convert

RGB176155165-
CMYK00.120.060.31
HSL331.43º11.73%64.9%-
HSV(B)331.43º11.93%69.02%-
XYZ36.4235.3940.51-
YUV162.42129.46137.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 165 (64.84% from 255) = 33.27%
R=35.48%
G=31.25%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615516500.120.060.31331.4311.7364.9
HexB09BA50C61F14bc41
Octal26023324501463751314101
Binary101100001001101110100101011001101111110100101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BA5; }

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

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

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

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

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

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

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

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