#B48067

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

Shades of Medium Wood #B48067

Tints of Medium Wood #B48067

Color information

#B48067 (or 0xB48067) is unknown color: approx Medium Wood. HEX triplet: B4, 80 and 67. RGB value is (180,128,103). Sum of RGB (Red+Green+Blue) = 180+128+103=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B48067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48067 is #4B7F98. Grayscale: #8C8C8C. Windows color (decimal): -4947865 or 6783156. OLE color: 6783156.

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

Color convert

RGB180128103-
CMYK00.290.430.29
HSL19.48º33.92%55.49%-
HSV(B)19.48º42.78%70.59%-
XYZ28.9926.1216.35-
YUV140.7106.73156.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 103 (40.62% from 255) = 25.06%
R=43.80%
G=31.14%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012810300.290.430.2919.4833.9255.49
HexB4806701D2B1D132237
Octal2642001470355335234267
Binary101101001000000011001110111011010111110110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48067; }

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

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

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

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

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

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

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

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