#B99279

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

Shades of Pale Taupe #B99279

Tints of Pale Taupe #B99279

Color information

#B99279 (or 0xB99279) is unknown color: approx Pale Taupe. HEX triplet: B9, 92 and 79. RGB value is (185,146,121). Sum of RGB (Red+Green+Blue) = 185+146+121=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B99279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99279 is #466D86. Grayscale: #9A9A9A. Windows color (decimal): -4615559 or 7967417. OLE color: 7967417.

HSL color Cylindrical-coordinate representation of color #B99279: hue angle of 23.44º 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 #B99279 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB185146121-
CMYK00.210.350.27
HSL23.44º31.37%60%-
HSV(B)23.44º34.59%72.55%-
XYZ33.7432.2522.54-
YUV154.81108.92149.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 146 (57.42% from 255) = 32.30%
BLUE value IS 121 (47.66% from 255) = 26.77%
R=40.93%
G=32.30%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514612100.210.350.2723.4431.3760
HexB99279015231B171f3c
Octal2712221710254333273774
Binary10111001100100101111001010101100011110111011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99279; }

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

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

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

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

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

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

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

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