#b98064

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

Shades of Medium Wood #B98064

Tints of Medium Wood #B98064

Color information

#B98064 (or 0xB98064) is unknown color: approx Medium Wood. HEX triplet: B9, 80 and 64. RGB value is (185,128,100). Sum of RGB (Red+Green+Blue) = 185+128+100=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B98064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98064 is #467F9B. Grayscale: #8E8E8E. Windows color (decimal): -4620188 or 6586553. OLE color: 6586553.

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

Color convert

RGB185128100-
CMYK00.310.460.27
HSL19.76º37.78%55.88%-
HSV(B)19.76º45.95%72.55%-
XYZ30.0326.6715.62-
YUV141.85104.38158.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 100 (39.45% from 255) = 24.21%
R=44.79%
G=30.99%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512810000.310.460.2719.7637.7855.88
HexB9806401F2E1B142638
Octal2712001440375633244670
Binary101110011000000011001000111111011101101110100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b98064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b98064; }

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

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

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

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

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

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

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

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