#B38268

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

Shades of Medium Wood #B38268

Tints of Medium Wood #B38268

Color information

#B38268 (or 0xB38268) is unknown color: approx Medium Wood. HEX triplet: B3, 82 and 68. RGB value is (179,130,104). Sum of RGB (Red+Green+Blue) = 179+130+104=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B38268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38268 is #4C7D97. Grayscale: #8D8D8D. Windows color (decimal): -5012888 or 6849203. OLE color: 6849203.

HSL color Cylindrical-coordinate representation of color #B38268: hue angle of 20.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B38268 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB179130104-
CMYK00.270.420.30
HSL20.8º33.04%55.49%-
HSV(B)20.8º41.9%70.2%-
XYZ29.0726.5516.69-
YUV141.69106.73154.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 104 (41.02% from 255) = 25.18%
R=43.34%
G=31.48%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913010400.270.420.3020.833.0455.49
HexB3826801B2A1E152137
Octal2632021500335236254167
Binary101100111000001011010000110111010101111010101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38268; }

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

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

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

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

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

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

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

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