#B48267

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

Shades of Medium Wood #B48267

Tints of Medium Wood #B48267

Color information

#B48267 (or 0xB48267) is unknown color: approx Medium Wood. HEX triplet: B4, 82 and 67. RGB value is (180,130,103). Sum of RGB (Red+Green+Blue) = 180+130+103=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B48267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48267 is #4B7D98. Grayscale: #8E8E8E. Windows color (decimal): -4947353 or 6783668. OLE color: 6783668.

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

Color convert

RGB180130103-
CMYK00.280.430.29
HSL21.04º33.92%55.49%-
HSV(B)21.04º42.78%70.59%-
XYZ29.2526.6516.43-
YUV141.87106.06155.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=43.58%
G=31.48%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013010300.280.430.2921.0433.9255.49
HexB4826701C2B1D152237
Octal2642021470345335254267
Binary101101001000001011001110111001010111110110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48267; }

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

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

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

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

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

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

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

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