#B48063

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

Shades of Medium Wood #B48063

Tints of Medium Wood #B48063

Color information

#B48063 (or 0xB48063) is unknown color: approx Medium Wood. HEX triplet: B4, 80 and 63. RGB value is (180,128,99). Sum of RGB (Red+Green+Blue) = 180+128+99=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B48063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48063 is #4B7F9C. Grayscale: #8C8C8C. Windows color (decimal): -4947869 or 6521012. OLE color: 6521012.

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

Color convert

RGB18012899-
CMYK00.290.450.29
HSL21.48º35.06%54.71%-
HSV(B)21.48º45%70.59%-
XYZ28.7926.0415.31-
YUV140.24104.73156.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 99 (39.06% from 255) = 24.32%
R=44.23%
G=31.45%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801289900.290.450.2921.4835.0654.71
HexB4806301D2D1D152337
Octal2642001430355535254367
Binary101101001000000011000110111011011011110110101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48063; }

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

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

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

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

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

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

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

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