#B48165

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

Shades of Medium Wood #B48165

Tints of Medium Wood #B48165

Color information

#B48165 (or 0xB48165) is unknown color: approx Medium Wood. HEX triplet: B4, 81 and 65. RGB value is (180,129,101). Sum of RGB (Red+Green+Blue) = 180+129+101=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B48165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48165 is #4B7E9A. Grayscale: #8D8D8D. Windows color (decimal): -4947611 or 6652340. OLE color: 6652340.

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

Color convert

RGB180129101-
CMYK00.280.440.29
HSL21.27º34.5%55.1%-
HSV(B)21.27º43.89%70.59%-
XYZ29.0226.3415.87-
YUV141.06105.4155.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 101 (39.84% from 255) = 24.63%
R=43.90%
G=31.46%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012910100.280.440.2921.2734.555.1
HexB4816501C2C1D152237
Octal2642011450345435254267
Binary101101001000000111001010111001011001110110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48165; }

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

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

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

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

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

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

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

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