#B48866

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

Shades of Medium Wood #B48866

Tints of Medium Wood #B48866

Color information

#B48866 (or 0xB48866) is unknown color: approx Medium Wood. HEX triplet: B4, 88 and 66. RGB value is (180,136,102). Sum of RGB (Red+Green+Blue) = 180+136+102=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B48866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48866 is #4B7799. Grayscale: #919191. Windows color (decimal): -4945818 or 6719668. OLE color: 6719668.

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

Color convert

RGB180136102-
CMYK00.240.430.29
HSL26.15º34.21%55.29%-
HSV(B)26.15º43.33%70.59%-
XYZ30.0228.2716.44-
YUV145.28103.58152.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 102 (40.23% from 255) = 24.40%
R=43.06%
G=32.54%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013610200.240.430.2926.1534.2155.29
HexB488660182B1D1a2237
Octal2642101460305335324267
Binary101101001000100011001100110001010111110111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48866; }

 p { color: rgb(180,136,102); }

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

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

 a { background-color: rgb(180,136,102); }

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

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

 span { border-color: rgb(180,136,102); }

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