#B99779

Color #B99779 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #B99779

Tints of Pale Taupe #B99779

Color information

#B99779 (or 0xB99779) is unknown color: approx Pale Taupe. HEX triplet: B9, 97 and 79. RGB value is (185,151,121). Sum of RGB (Red+Green+Blue) = 185+151+121=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B99779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99779 is #466886. Grayscale: #9D9D9D. Windows color (decimal): -4614279 or 7968697. OLE color: 7968697.

HSL color Cylindrical-coordinate representation of color #B99779: hue angle of 28.13º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B99779 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB185151121-
CMYK00.180.350.27
HSL28.13º31.37%60%-
HSV(B)28.13º34.59%72.55%-
XYZ34.5333.8322.8-
YUV157.75107.26147.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 151 (59.38% from 255) = 33.04%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=40.48%
G=33.04%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515112100.180.350.2728.1331.3760
HexB99779012231B1c1f3c
Octal2712271710224333343774
Binary10111001100101111111001010010100011110111110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99779; }

 p { color: rgb(185,151,121); }

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

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

 a { background-color: rgb(185,151,121); }

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

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

 span { border-color: rgb(185,151,121); }

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