#B67E60

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

Shades of Medium Wood #B67E60

Tints of Medium Wood #B67E60

Color information

#B67E60 (or 0xB67E60) is unknown color: approx Medium Wood. HEX triplet: B6, 7E and 60. RGB value is (182,126,96). Sum of RGB (Red+Green+Blue) = 182+126+96=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E60 is #49819F. Grayscale: #8B8B8B. Windows color (decimal): -4817312 or 6323894. OLE color: 6323894.

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

Color convert

RGB18212696-
CMYK00.310.470.29
HSL20.93º37.07%54.51%-
HSV(B)20.93º47.25%71.37%-
XYZ28.8625.7114.51-
YUV139.32103.55158.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 126 (49.61% from 255) = 31.19%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=45.05%
G=31.19%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821269600.310.470.2920.9337.0754.51
HexB67E6001F2F1D152537
Octal2661761400375735254567
Binary10110110111111011000000111111011111110110101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67E60; }

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

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

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

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

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

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

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

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