#B48159

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

Shades of Medium Wood #B48159

Tints of Medium Wood #B48159

Color information

#B48159 (or 0xB48159) is unknown color: approx Medium Wood. HEX triplet: B4, 81 and 59. RGB value is (180,129,89). Sum of RGB (Red+Green+Blue) = 180+129+89=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B48159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48159 is #4B7EA6. Grayscale: #8B8B8B. Windows color (decimal): -4947623 or 5865908. OLE color: 5865908.

HSL color Cylindrical-coordinate representation of color #B48159: hue angle of 26.37º 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 #B48159 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18012989-
CMYK00.280.510.29
HSL26.37º37.76%52.75%-
HSV(B)26.37º50.56%70.59%-
XYZ28.4826.1312.99-
YUV139.6999.4156.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 89 (35.16% from 255) = 22.36%
R=45.23%
G=32.41%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801298900.280.510.2926.3737.7652.75
HexB4815901C331D1a2635
Octal2642011310346335324665
Binary101101001000000110110010111001100111110111010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48159; }

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

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

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

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

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

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

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

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