#B48059

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

Shades of Medium Wood #B48059

Tints of Medium Wood #B48059

Color information

#B48059 (or 0xB48059) is unknown color: approx Medium Wood. HEX triplet: B4, 80 and 59. RGB value is (180,128,89). Sum of RGB (Red+Green+Blue) = 180+128+89=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B48059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48059 is #4B7FA6. Grayscale: #8B8B8B. Windows color (decimal): -4947879 or 5865652. OLE color: 5865652.

HSL color Cylindrical-coordinate representation of color #B48059: hue angle of 25.71º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B48059 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18012889-
CMYK00.290.510.29
HSL25.71º37.76%52.75%-
HSV(B)25.71º50.56%70.59%-
XYZ28.3425.8612.95-
YUV139.199.73157.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 89 (35.16% from 255) = 22.42%
R=45.34%
G=32.24%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801288900.290.510.2925.7137.7652.75
HexB4805901D331D1a2635
Octal2642001310356335324665
Binary101101001000000010110010111011100111110111010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48059; }

 p { color: rgb(180,128,89); }

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

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

 a { background-color: rgb(180,128,89); }

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

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

 span { border-color: rgb(180,128,89); }

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