Html Css Color HEX #B0949E Shady Lady

📋 copy color: '#B0949E'

red 176 ◦ green 148 ◦ blue 158

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

Shades of Shady Lady #B0949E

Tints of Shady Lady #B0949E

RGB

 RED value IS 176 (69.14% from 255) = 36.51%

 GREEN value IS 148 (58.2% from 255) = 30.71%

 BLUE value IS 158 (62.11% from 255) = 32.78%

R = 36.51%
G = 30.71%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0949E (or 0xB0949E) is known color: Shady Lady. HEX triplet: B0, 94 and 9E. RGB value is (176,148,158). Sum of RGB (Red+Green+Blue) = 176+148+158=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0949E is #4F6B61. Grayscale: #9D9D9D. Windows color (decimal): -5204834 or 10392752. OLE color: 10392752.

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

Color convert

RGB 176 148 158 -
CMYK 0 0.16 0.10 0.31
HSL 338.57º 0.15% 0.64% -
HSV(B) 338.57º 0.16% 0.69% -
XYZ 34.67 32.88 36.87 -
YUV 157.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 176 148 158 0 0.16 0.10 0.31 338.57 0.15 0.64
Hex B0 94 9E 0 10 A 1F 153 F 40
Octal 260 224 236 0 20 12 37 523 17 100
Binary 10110000 10010100 10011110 0 10000 1010 11111 101010011 1111 1000000

Color Harmonies of #B0949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0949E

Black with #B0949E

Text Example


Text Example

White with #B0949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0949E; }

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

 H1.HeaderClassName
 {
   color: #B0949E;
 }
 .AnyTagClassName
 {
   color: #B0949E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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