Html Css Color HEX #B1929F Shady Lady

📋 copy color: '#B1929F'

red 177 ◦ green 146 ◦ blue 159

#B1929F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #B1929F

Tints of Shady Lady #B1929F

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 value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1929F (or 0xB1929F) is known color: 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

RGB 177 146 159 -
CMYK 0 0.18 0.10 0.31
HSL 334.84º 0.17% 0.63% -
HSV(B) 334.84º 0.18% 0.69% -
XYZ 34.67 32.41 37.23 -
YUV 156.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 177 146 159 0 0.18 0.10 0.31 334.84 0.17 0.63
Hex B1 92 9F 0 12 A 1F 14F 11 3F
Octal 261 222 237 0 22 12 37 517 21 77
Binary 10110001 10010010 10011111 0 10010 1010 11111 101001111 10001 111111

Color Harmonies of #B1929F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1929F

Black with #B1929F

Text Example


Text Example

White with #B1929F

Text Example


Text Example

HTML Codes & Css Web 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>