#B98A67

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

Shades of Fallow #B98A67

Tints of Fallow #B98A67

Color information

#B98A67 (or 0xB98A67) is unknown color: approx Fallow. HEX triplet: B9, 8A and 67. RGB value is (185,138,103). Sum of RGB (Red+Green+Blue) = 185+138+103=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A67 is #467598. Grayscale: #949494. Windows color (decimal): -4617625 or 6785721. OLE color: 6785721.

HSL color Cylindrical-coordinate representation of color #B98A67: hue angle of 25.61º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B98A67 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB185138103-
CMYK00.250.440.27
HSL25.61º36.94%56.47%-
HSV(B)25.61º44.32%72.55%-
XYZ31.5429.4716.86-
YUV148.06102.57154.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 103 (40.62% from 255) = 24.18%
R=43.43%
G=32.39%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513810300.250.440.2725.6136.9456.47
HexB98A670192C1B1a2538
Octal2712121470315433324570
Binary101110011000101011001110110011011001101111010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A67; }

 p { color: rgb(185,138,103); }

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

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

 a { background-color: rgb(185,138,103); }

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

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

 span { border-color: rgb(185,138,103); }

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