#B48168

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

Shades of Medium Wood #B48168

Tints of Medium Wood #B48168

Color information

#B48168 (or 0xB48168) is unknown color: approx Medium Wood. HEX triplet: B4, 81 and 68. RGB value is (180,129,104). Sum of RGB (Red+Green+Blue) = 180+129+104=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B48168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48168 is #4B7E97. Grayscale: #8D8D8D. Windows color (decimal): -4947608 or 6848948. OLE color: 6848948.

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

Color convert

RGB180129104-
CMYK00.280.420.29
HSL19.74º33.63%55.69%-
HSV(B)19.74º42.22%70.59%-
XYZ29.1726.416.66-
YUV141.4106.9155.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 104 (41.02% from 255) = 25.18%
R=43.58%
G=31.23%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012910400.280.420.2919.7433.6355.69
HexB4816801C2A1D142238
Octal2642011500345235244270
Binary101101001000000111010000111001010101110110100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48168; }

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

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

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

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

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

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

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

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