#B89379

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

Shades of Pale Taupe #B89379

Tints of Pale Taupe #B89379

Color information

#B89379 (or 0xB89379) is unknown color: approx Pale Taupe. HEX triplet: B8, 93 and 79. RGB value is (184,147,121). Sum of RGB (Red+Green+Blue) = 184+147+121=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B89379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89379 is #476C86. Grayscale: #9B9B9B. Windows color (decimal): -4680839 or 7967672. OLE color: 7967672.

HSL color Cylindrical-coordinate representation of color #B89379: hue angle of 24.76º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B89379 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184147121-
CMYK00.200.340.28
HSL24.76º30.73%59.8%-
HSV(B)24.76º34.24%72.16%-
XYZ33.6532.4422.58-
YUV155.1108.76148.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 147 (57.81% from 255) = 32.52%
BLUE value IS 121 (47.66% from 255) = 26.77%
R=40.71%
G=32.52%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414712100.200.340.2824.7630.7359.8
HexB89379014221C191f3c
Octal2702231710244234313774
Binary10111000100100111111001010100100010111001100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89379; }

 p { color: rgb(184,147,121); }

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

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

 a { background-color: rgb(184,147,121); }

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

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

 span { border-color: rgb(184,147,121); }

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