#B1909D

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

Shades of Shady Lady #B1909D

Tints of Shady Lady #B1909D

Color information

#B1909D (or 0xB1909D) is unknown color: approx Shady Lady. HEX triplet: B1, 90 and 9D. RGB value is (177,144,157). Sum of RGB (Red+Green+Blue) = 177+144+157=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 177 - color contains mainly: red. Hex color #B1909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1909D is #4E6F62. Grayscale: #9B9B9B. Windows color (decimal): -5140323 or 10326193. OLE color: 10326193.

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

Color convert

RGB177144157-
CMYK00.190.110.31
HSL336.36º17.46%62.94%-
HSV(B)336.36º18.64%69.41%-
XYZ34.1931.7336.22-
YUV155.35128.93143.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 144 (56.64% from 255) = 30.13%
BLUE value IS 157 (61.72% from 255) = 32.85%
R=37.03%
G=30.13%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714415700.190.110.31336.3617.4662.94
HexB1909D013B1F150113f
Octal26122023502313375202177
Binary10110001100100001001110101001110111111110101000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1909D; }

 p { color: rgb(177,144,157); }

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

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

 a { background-color: rgb(177,144,157); }

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

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

 span { border-color: rgb(177,144,157); }

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