#B48A66

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

Shades of Medium Wood #B48A66

Tints of Medium Wood #B48A66

Color information

#B48A66 (or 0xB48A66) is unknown color: approx Medium Wood. HEX triplet: B4, 8A and 66. RGB value is (180,138,102). Sum of RGB (Red+Green+Blue) = 180+138+102=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A66 is #4B7599. Grayscale: #929292. Windows color (decimal): -4945306 or 6720180. OLE color: 6720180.

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

Color convert

RGB180138102-
CMYK00.230.430.29
HSL27.69º34.21%55.29%-
HSV(B)27.69º43.33%70.59%-
XYZ30.3128.8416.54-
YUV146.45102.91151.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 102 (40.23% from 255) = 24.29%
R=42.86%
G=32.86%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013810200.230.430.2927.6934.2155.29
HexB48A660172B1D1c2237
Octal2642121460275335344267
Binary101101001000101011001100101111010111110111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A66; }

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

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

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

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

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

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

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

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