#B98867

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

Shades of Medium Wood #B98867

Tints of Medium Wood #B98867

Color information

#B98867 (or 0xB98867) is unknown color: approx Medium Wood. HEX triplet: B9, 88 and 67. RGB value is (185,136,103). Sum of RGB (Red+Green+Blue) = 185+136+103=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B98867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98867 is #467798. Grayscale: #939393. Windows color (decimal): -4618137 or 6785209. OLE color: 6785209.

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

Color convert

RGB185136103-
CMYK00.260.440.27
HSL24.15º36.94%56.47%-
HSV(B)24.15º44.32%72.55%-
XYZ31.2628.916.76-
YUV146.89103.23155.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 136 (53.52% from 255) = 32.08%
BLUE value IS 103 (40.62% from 255) = 24.29%
R=43.63%
G=32.08%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513610300.260.440.2724.1536.9456.47
HexB9886701A2C1B182538
Octal2712101470325433304570
Binary101110011000100011001110110101011001101111000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98867; }

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

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

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

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

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

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

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

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