#B0969F

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

Shades of Shady Lady #B0969F

Tints of Shady Lady #B0969F

Color information

#B0969F (or 0xB0969F) is unknown color: approx Shady Lady. HEX triplet: B0, 96 and 9F. RGB value is (176,150,159). Sum of RGB (Red+Green+Blue) = 176+150+159=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B0969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0969F is #4F6960. Grayscale: #9E9E9E. Windows color (decimal): -5204321 or 10458800. OLE color: 10458800.

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

Color convert

RGB176150159-
CMYK00.150.100.31
HSL339.23º14.13%63.92%-
HSV(B)339.23º14.77%69.02%-
XYZ35.0733.5537.43-
YUV158.8128.11140.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 159 (62.5% from 255) = 32.78%
R=36.29%
G=30.93%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615015900.150.100.31339.2314.1363.92
HexB0969F0FA1F153e40
Octal260226237017123752316100
Binary1011000010010110100111110111110101111110101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0969F; }

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

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

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

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

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

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

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

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