#B1929F

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

Shades of Shady Lady #B1929F

Tints of Shady Lady #B1929F

Color information

#B1929F (or 0xB1929F) is unknown color: approx Shady Lady. HEX triplet: B1, 92 and 9F. RGB value is (177,146,159). Sum of RGB (Red+Green+Blue) = 177+146+159=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1929F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1929F is #4E6D60. Grayscale: #9C9C9C. Windows color (decimal): -5139809 or 10457777. OLE color: 10457777.

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

Color convert

RGB177146159-
CMYK00.180.100.31
HSL334.84º16.58%63.33%-
HSV(B)334.84º17.51%69.41%-
XYZ34.6732.4137.23-
YUV156.75129.27142.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 146 (57.42% from 255) = 30.29%
BLUE value IS 159 (62.5% from 255) = 32.99%
R=36.72%
G=30.29%
B=32.99%

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
Decimal17714615900.180.100.31334.8416.5863.33
HexB1929F012A1F14f113f
Octal26122223702212375172177
Binary10110001100100101001111101001010101111110100111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1929F; }

 p { color: rgb(177,146,159); }

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

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

 a { background-color: rgb(177,146,159); }

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

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

 span { border-color: rgb(177,146,159); }

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