#B0909E

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

Shades of Shady Lady #B0909E

Tints of Shady Lady #B0909E

Color information

#B0909E (or 0xB0909E) is unknown color: approx Shady Lady. HEX triplet: B0, 90 and 9E. RGB value is (176,144,158). Sum of RGB (Red+Green+Blue) = 176+144+158=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 176 - color contains mainly: red. Hex color #B0909E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0909E is #4F6F61. Grayscale: #9B9B9B. Windows color (decimal): -5205858 or 10391728. OLE color: 10391728.

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

Color convert

RGB176144158-
CMYK00.180.100.31
HSL333.75º16.84%62.75%-
HSV(B)333.75º18.18%69.02%-
XYZ34.0531.6536.66-
YUV155.16129.6142.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 144 (56.64% from 255) = 30.13%
BLUE value IS 158 (62.11% from 255) = 33.05%
R=36.82%
G=30.13%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614415800.180.100.31333.7516.8462.75
HexB0909E012A1F14e113f
Octal26022023602212375162177
Binary10110000100100001001111001001010101111110100111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0909E; }

 p { color: rgb(176,144,158); }

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

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

 a { background-color: rgb(176,144,158); }

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

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

 span { border-color: rgb(176,144,158); }

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