#B67E64

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

Shades of Medium Wood #B67E64

Tints of Medium Wood #B67E64

Color information

#B67E64 (or 0xB67E64) is unknown color: approx Medium Wood. HEX triplet: B6, 7E and 64. RGB value is (182,126,100). Sum of RGB (Red+Green+Blue) = 182+126+100=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E64 is #49819B. Grayscale: #8B8B8B. Windows color (decimal): -4817308 or 6586038. OLE color: 6586038.

HSL color Cylindrical-coordinate representation of color #B67E64: hue angle of 19.02º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B67E64 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB182126100-
CMYK00.310.450.29
HSL19.02º35.96%55.29%-
HSV(B)19.02º45.05%71.37%-
XYZ29.0525.7915.5-
YUV139.78105.55158.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 100 (39.45% from 255) = 24.51%
R=44.61%
G=30.88%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212610000.310.450.2919.0235.9655.29
HexB67E6401F2D1D132437
Octal2661761440375535234467
Binary10110110111111011001000111111011011110110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67E64; }

 p { color: rgb(182,126,100); }

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

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

 a { background-color: rgb(182,126,100); }

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

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

 span { border-color: rgb(182,126,100); }

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