#B98E78

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

Shades of Pale Taupe #B98E78

Tints of Pale Taupe #B98E78

Color information

#B98E78 (or 0xB98E78) is unknown color: approx Pale Taupe. HEX triplet: B9, 8E and 78. RGB value is (185,142,120). Sum of RGB (Red+Green+Blue) = 185+142+120=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E78 is #467187. Grayscale: #989898. Windows color (decimal): -4616584 or 7900857. OLE color: 7900857.

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

Color convert

RGB185142120-
CMYK00.230.350.27
HSL20.31º31.71%59.8%-
HSV(B)20.31º35.14%72.55%-
XYZ33.0731.0222.01-
YUV152.35109.75151.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=41.39%
G=31.77%
B=26.85%

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
Decimal18514212000.230.350.2720.3131.7159.8
HexB98E78017231B14203c
Octal2712161700274333244074
Binary101110011000111011110000101111000111101110100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E78; }

 p { color: rgb(185,142,120); }

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

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

 a { background-color: rgb(185,142,120); }

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

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

 span { border-color: rgb(185,142,120); }

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