#B48061

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

Shades of Medium Wood #B48061

Tints of Medium Wood #B48061

Color information

#B48061 (or 0xB48061) is unknown color: approx Medium Wood. HEX triplet: B4, 80 and 61. RGB value is (180,128,97). Sum of RGB (Red+Green+Blue) = 180+128+97=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B48061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48061 is #4B7F9E. Grayscale: #8C8C8C. Windows color (decimal): -4947871 or 6389940. OLE color: 6389940.

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

Color convert

RGB18012897-
CMYK00.290.460.29
HSL22.41º35.62%54.31%-
HSV(B)22.41º46.11%70.59%-
XYZ28.72614.82-
YUV140.01103.73156.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=44.44%
G=31.60%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801289700.290.460.2922.4135.6254.31
HexB4806101D2E1D162436
Octal2642001410355635264466
Binary101101001000000011000010111011011101110110110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48061; }

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

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

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

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

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

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

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

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