#B98C68

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

Shades of Fallow #B98C68

Tints of Fallow #B98C68

Color information

#B98C68 (or 0xB98C68) is unknown color: approx Fallow. HEX triplet: B9, 8C and 68. RGB value is (185,140,104). Sum of RGB (Red+Green+Blue) = 185+140+104=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98C68 is #467397. Grayscale: #959595. Windows color (decimal): -4617112 or 6851769. OLE color: 6851769.

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

Color convert

RGB185140104-
CMYK00.240.440.27
HSL26.67º36.65%56.67%-
HSV(B)26.67º43.78%72.55%-
XYZ31.8830.0717.22-
YUV149.35102.41153.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=43.12%
G=32.63%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514010400.240.440.2726.6736.6556.67
HexB98C680182C1B1b2539
Octal2712141500305433334571
Binary101110011000110011010000110001011001101111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98C68; }

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

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

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

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

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

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

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

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