#B67E5B

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

Shades of Medium Wood #B67E5B

Tints of Medium Wood #B67E5B

Color information

#B67E5B (or 0xB67E5B) is unknown color: approx Medium Wood. HEX triplet: B6, 7E and 5B. RGB value is (182,126,91). Sum of RGB (Red+Green+Blue) = 182+126+91=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E5B is #4981A4. Grayscale: #8A8A8A. Windows color (decimal): -4817317 or 5996214. OLE color: 5996214.

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

Color convert

RGB18212691-
CMYK00.310.50.29
HSL23.08º38.4%53.53%-
HSV(B)23.08º50%71.37%-
XYZ28.6425.6213.33-
YUV138.75101.05158.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=45.61%
G=31.58%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821269100.310.50.2923.0838.453.53
HexB67E5B01F321D172636
Octal2661761330376235274666
Binary10110110111111010110110111111100101110110111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67E5B; }

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

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

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

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

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

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

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

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