#B98066

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

Shades of Medium Wood #B98066

Tints of Medium Wood #B98066

Color information

#B98066 (or 0xB98066) is unknown color: approx Medium Wood. HEX triplet: B9, 80 and 66. RGB value is (185,128,102). Sum of RGB (Red+Green+Blue) = 185+128+102=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B98066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98066 is #467F99. Grayscale: #8E8E8E. Windows color (decimal): -4620186 or 6717625. OLE color: 6717625.

HSL color Cylindrical-coordinate representation of color #B98066: hue angle of 18.8º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B98066 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB185128102-
CMYK00.310.450.27
HSL18.8º37.22%56.27%-
HSV(B)18.8º44.86%72.55%-
XYZ30.1326.7116.14-
YUV142.08105.38158.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 102 (40.23% from 255) = 24.58%
R=44.58%
G=30.84%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512810200.310.450.2718.837.2256.27
HexB9806601F2D1B132538
Octal2712001460375533234570
Binary101110011000000011001100111111011011101110011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98066; }

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

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

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

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

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

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

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

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