#B98F6D

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

Shades of Fallow #B98F6D

Tints of Fallow #B98F6D

Color information

#B98F6D (or 0xB98F6D) is unknown color: approx Fallow. HEX triplet: B9, 8F and 6D. RGB value is (185,143,109). Sum of RGB (Red+Green+Blue) = 185+143+109=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98F6D is #467092. Grayscale: #979797. Windows color (decimal): -4616339 or 7180217. OLE color: 7180217.

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

Color convert

RGB185143109-
CMYK00.230.410.27
HSL26.84º35.19%57.65%-
HSV(B)26.84º41.08%72.55%-
XYZ32.5931.0618.75-
YUV151.68103.91151.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 143 (56.25% from 255) = 32.72%
BLUE value IS 109 (42.97% from 255) = 24.94%
R=42.33%
G=32.72%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514310900.230.410.2726.8435.1957.65
HexB98F6D017291B1b233a
Octal2712171550275133334372
Binary101110011000111111011010101111010011101111011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98F6D; }

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

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

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

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

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

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

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

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