#B98967

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

Shades of Medium Wood #B98967

Tints of Medium Wood #B98967

Color information

#B98967 (or 0xB98967) is unknown color: approx Medium Wood. HEX triplet: B9, 89 and 67. RGB value is (185,137,103). Sum of RGB (Red+Green+Blue) = 185+137+103=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B98967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98967 is #467698. Grayscale: #939393. Windows color (decimal): -4617881 or 6785465. OLE color: 6785465.

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

Color convert

RGB185137103-
CMYK00.260.440.27
HSL24.88º36.94%56.47%-
HSV(B)24.88º44.32%72.55%-
XYZ31.429.1816.81-
YUV147.48102.9154.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 137 (53.91% from 255) = 32.24%
BLUE value IS 103 (40.62% from 255) = 24.24%
R=43.53%
G=32.24%
B=24.24%

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
Decimal18513710300.260.440.2724.8836.9456.47
HexB9896701A2C1B192538
Octal2712111470325433314570
Binary101110011000100111001110110101011001101111001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98967; }

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

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

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

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

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

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

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

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