#B67D5E

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

Shades of Medium Wood #B67D5E

Tints of Medium Wood #B67D5E

Color information

#B67D5E (or 0xB67D5E) is unknown color: approx Medium Wood. HEX triplet: B6, 7D and 5E. RGB value is (182,125,94). Sum of RGB (Red+Green+Blue) = 182+125+94=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D5E is #4982A1. Grayscale: #8A8A8A. Windows color (decimal): -4817570 or 6192566. OLE color: 6192566.

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

Color convert

RGB18212594-
CMYK00.310.480.29
HSL21.14º37.61%54.12%-
HSV(B)21.14º48.35%71.37%-
XYZ28.6525.4213.99-
YUV138.51102.88159.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=45.39%
G=31.17%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821259400.310.480.2921.1437.6154.12
HexB67D5E01F301D152636
Octal2661751360376035254666
Binary10110110111110110111100111111100001110110101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D5E; }

 p { color: rgb(182,125,94); }

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

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

 a { background-color: rgb(182,125,94); }

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

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

 span { border-color: rgb(182,125,94); }

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