#B48268

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

Shades of Medium Wood #B48268

Tints of Medium Wood #B48268

Color information

#B48268 (or 0xB48268) is unknown color: approx Medium Wood. HEX triplet: B4, 82 and 68. RGB value is (180,130,104). Sum of RGB (Red+Green+Blue) = 180+130+104=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B48268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48268 is #4B7D97. Grayscale: #8E8E8E. Windows color (decimal): -4947352 or 6849204. OLE color: 6849204.

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

Color convert

RGB180130104-
CMYK00.280.420.29
HSL20.53º33.63%55.69%-
HSV(B)20.53º42.22%70.59%-
XYZ29.326.6716.7-
YUV141.99106.56155.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=43.48%
G=31.40%
B=25.12%

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
Decimal18013010400.280.420.2920.5333.6355.69
HexB4826801C2A1D152238
Octal2642021500345235254270
Binary101101001000001011010000111001010101110110101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48268; }

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

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

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

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

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

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

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

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