#b98f79

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

Shades of Pale Taupe #B98F79

Tints of Pale Taupe #B98F79

Color information

#B98F79 (or 0xB98F79) is unknown color: approx Pale Taupe. HEX triplet: B9, 8F and 79. RGB value is (185,143,121). Sum of RGB (Red+Green+Blue) = 185+143+121=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98F79 is #467086. Grayscale: #999999. Windows color (decimal): -4616327 or 7966649. OLE color: 7966649.

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

Color convert

RGB185143121-
CMYK00.230.350.27
HSL20.63º31.37%60%-
HSV(B)20.63º34.59%72.55%-
XYZ33.2831.3422.38-
YUV153.05109.91150.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=41.20%
G=31.85%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514312100.230.350.2720.6331.3760
HexB98F79017231B151f3c
Octal2712171710274333253774
Binary10111001100011111111001010111100011110111010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b98f79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b98f79; }

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

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

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

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

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

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

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

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