#B99679

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

Shades of Pale Taupe #B99679

Tints of Pale Taupe #B99679

Color information

#B99679 (or 0xB99679) is unknown color: approx Pale Taupe. HEX triplet: B9, 96 and 79. RGB value is (185,150,121). Sum of RGB (Red+Green+Blue) = 185+150+121=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B99679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99679 is #466986. Grayscale: #9D9D9D. Windows color (decimal): -4614535 or 7968441. OLE color: 7968441.

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

Color convert

RGB185150121-
CMYK00.190.350.27
HSL27.19º31.37%60%-
HSV(B)27.19º34.59%72.55%-
XYZ34.3733.5122.75-
YUV157.16107.6147.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 121 (47.66% from 255) = 26.54%
R=40.57%
G=32.89%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515012100.190.350.2727.1931.3760
HexB99679013231B1b1f3c
Octal2712261710234333333774
Binary10111001100101101111001010011100011110111101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99679; }

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

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

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

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

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

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

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

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