#B98E72

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

Shades of Pale Taupe #B98E72

Tints of Pale Taupe #B98E72

Color information

#B98E72 (or 0xB98E72) is unknown color: approx Pale Taupe. HEX triplet: B9, 8E and 72. RGB value is (185,142,114). Sum of RGB (Red+Green+Blue) = 185+142+114=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E72 is #46718D. Grayscale: #979797. Windows color (decimal): -4616590 or 7507641. OLE color: 7507641.

HSL color Cylindrical-coordinate representation of color #B98E72: hue angle of 23.66º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B98E72 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB185142114-
CMYK00.230.380.27
HSL23.66º33.65%58.63%-
HSV(B)23.66º38.38%72.55%-
XYZ32.7230.8820.15-
YUV151.66106.75151.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 114 (44.92% from 255) = 25.85%
R=41.95%
G=32.20%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514211400.230.380.2723.6633.6558.63
HexB98E72017261B18223b
Octal2712161620274633304273
Binary101110011000111011100100101111001101101111000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E72; }

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

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

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

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

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

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

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

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