#B98668

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

Shades of Medium Wood #B98668

Tints of Medium Wood #B98668

Color information

#B98668 (or 0xB98668) is unknown color: approx Medium Wood. HEX triplet: B9, 86 and 68. RGB value is (185,134,104). Sum of RGB (Red+Green+Blue) = 185+134+104=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B98668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98668 is #467997. Grayscale: #929292. Windows color (decimal): -4618648 or 6850233. OLE color: 6850233.

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

Color convert

RGB185134104-
CMYK00.280.440.27
HSL22.22º36.65%56.67%-
HSV(B)22.22º43.78%72.55%-
XYZ31.0328.3616.94-
YUV145.83104.4155.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 104 (41.02% from 255) = 24.59%
R=43.74%
G=31.68%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513410400.280.440.2722.2236.6556.67
HexB9866801C2C1B162539
Octal2712061500345433264571
Binary101110011000011011010000111001011001101110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98668; }

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

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

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

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

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

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

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

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