#B48064

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

Shades of Medium Wood #B48064

Tints of Medium Wood #B48064

Color information

#B48064 (or 0xB48064) is unknown color: approx Medium Wood. HEX triplet: B4, 80 and 64. RGB value is (180,128,100). Sum of RGB (Red+Green+Blue) = 180+128+100=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B48064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48064 is #4B7F9B. Grayscale: #8C8C8C. Windows color (decimal): -4947868 or 6586548. OLE color: 6586548.

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

Color convert

RGB180128100-
CMYK00.290.440.29
HSL21º34.78%54.9%-
HSV(B)21º44.44%70.59%-
XYZ28.8426.0615.57-
YUV140.36105.23156.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 128 (50.39% from 255) = 31.37%
BLUE value IS 100 (39.45% from 255) = 24.51%
R=44.12%
G=31.37%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012810000.290.440.292134.7854.9
HexB4806401D2C1D152337
Octal2642001440355435254367
Binary101101001000000011001000111011011001110110101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48064; }

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

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

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

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

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

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

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

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