#B98067

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

Shades of Medium Wood #B98067

Tints of Medium Wood #B98067

Color information

#B98067 (or 0xB98067) is unknown color: approx Medium Wood. HEX triplet: B9, 80 and 67. RGB value is (185,128,103). Sum of RGB (Red+Green+Blue) = 185+128+103=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B98067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98067 is #467F98. Grayscale: #8E8E8E. Windows color (decimal): -4620185 or 6783161. OLE color: 6783161.

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

Color convert

RGB185128103-
CMYK00.310.440.27
HSL18.29º36.94%56.47%-
HSV(B)18.29º44.32%72.55%-
XYZ30.1726.7316.4-
YUV142.19105.88158.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 103 (40.62% from 255) = 24.76%
R=44.47%
G=30.77%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512810300.310.440.2718.2936.9456.47
HexB9806701F2C1B122538
Octal2712001470375433224570
Binary101110011000000011001110111111011001101110010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98067; }

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

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

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

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

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

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

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

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