#B98E68

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

Shades of Fallow #B98E68

Tints of Fallow #B98E68

Color information

#B98E68 (or 0xB98E68) is unknown color: approx Fallow. HEX triplet: B9, 8E and 68. RGB value is (185,142,104). Sum of RGB (Red+Green+Blue) = 185+142+104=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E68 is #467197. Grayscale: #969696. Windows color (decimal): -4616600 or 6852281. OLE color: 6852281.

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

Color convert

RGB185142104-
CMYK00.230.440.27
HSL28.15º36.65%56.67%-
HSV(B)28.15º43.78%72.55%-
XYZ32.1830.6617.32-
YUV150.52101.75152.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 104 (41.02% from 255) = 24.13%
R=42.92%
G=32.95%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514210400.230.440.2728.1536.6556.67
HexB98E680172C1B1c2539
Octal2712161500275433344571
Binary101110011000111011010000101111011001101111100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E68; }

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

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

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

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

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

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

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

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