Html Css Color HEX #B0949F Shady Lady

📋 copy color: '#B0949F'

red 176 ◦ green 148 ◦ blue 159

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

Shades of Shady Lady #B0949F

Tints of Shady Lady #B0949F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.92%

R = 36.44%
G = 30.64%
B = 32.92%

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

#B0949F (or 0xB0949F) is known color: Shady Lady. HEX triplet: B0, 94 and 9F. RGB value is (176,148,159). Sum of RGB (Red+Green+Blue) = 176+148+159=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 176 - color contains mainly: red. Hex color #B0949F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0949F is #4F6B60. Grayscale: #9D9D9D. Windows color (decimal): -5204833 or 10458288. OLE color: 10458288.

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

Color convert

RGB 176 148 159 -
CMYK 0 0.16 0.10 0.31
HSL 336.43º 0.15% 0.64% -
HSV(B) 336.43º 0.16% 0.69% -
XYZ 34.75 32.91 37.32 -
YUV 157.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 176 148 159 0 0.16 0.10 0.31 336.43 0.15 0.64
Hex B0 94 9F 0 10 A 1F 150 F 40
Octal 260 224 237 0 20 12 37 520 17 100
Binary 10110000 10010100 10011111 0 10000 1010 11111 101010000 1111 1000000

Color Harmonies of #B0949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0949F

Black with #B0949F

Text Example


Text Example

White with #B0949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0949F; }

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

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

background-color css

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

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

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

border-color css

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

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

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