#B98C6D

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

Shades of Fallow #B98C6D

Tints of Fallow #B98C6D

Color information

#B98C6D (or 0xB98C6D) is unknown color: approx Fallow. HEX triplet: B9, 8C and 6D. RGB value is (185,140,109). Sum of RGB (Red+Green+Blue) = 185+140+109=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98C6D is #467392. Grayscale: #969696. Windows color (decimal): -4617107 or 7179449. OLE color: 7179449.

HSL color Cylindrical-coordinate representation of color #B98C6D: hue angle of 24.47º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B98C6D is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB185140109-
CMYK00.240.410.27
HSL24.47º35.19%57.65%-
HSV(B)24.47º41.08%72.55%-
XYZ32.1530.1718.6-
YUV149.92104.91153.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 140 (55.08% from 255) = 32.26%
BLUE value IS 109 (42.97% from 255) = 25.12%
R=42.63%
G=32.26%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514010900.240.410.2724.4735.1957.65
HexB98C6D018291B18233a
Octal2712141550305133304372
Binary101110011000110011011010110001010011101111000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98C6D; }

 p { color: rgb(185,140,109); }

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

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

 a { background-color: rgb(185,140,109); }

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

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

 span { border-color: rgb(185,140,109); }

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