#B48065

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

Shades of Medium Wood #B48065

Tints of Medium Wood #B48065

Color information

#B48065 (or 0xB48065) is unknown color: approx Medium Wood. HEX triplet: B4, 80 and 65. RGB value is (180,128,101). Sum of RGB (Red+Green+Blue) = 180+128+101=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B48065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48065 is #4B7F9A. Grayscale: #8C8C8C. Windows color (decimal): -4947867 or 6652084. OLE color: 6652084.

HSL color Cylindrical-coordinate representation of color #B48065: hue angle of 20.51º degrees, saturation: 0.34, 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 #B48065 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180128101-
CMYK00.290.440.29
HSL20.51º34.5%55.1%-
HSV(B)20.51º43.89%70.59%-
XYZ28.8926.0815.82-
YUV140.47105.73156.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=44.01%
G=31.30%
B=24.69%

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
Decimal18012810100.290.440.2920.5134.555.1
HexB4806501D2C1D152237
Octal2642001450355435254267
Binary101101001000000011001010111011011001110110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48065; }

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

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

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

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

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

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

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

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