#B67E65

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

Shades of Medium Wood #B67E65

Tints of Medium Wood #B67E65

Color information

#B67E65 (or 0xB67E65) is unknown color: approx Medium Wood. HEX triplet: B6, 7E and 65. RGB value is (182,126,101). Sum of RGB (Red+Green+Blue) = 182+126+101=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E65 is #49819A. Grayscale: #8C8C8C. Windows color (decimal): -4817307 or 6651574. OLE color: 6651574.

HSL color Cylindrical-coordinate representation of color #B67E65: hue angle of 18.52º 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 #B67E65 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB182126101-
CMYK00.310.450.29
HSL18.52º35.68%55.49%-
HSV(B)18.52º44.51%71.37%-
XYZ29.125.8115.76-
YUV139.89106.05158.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 126 (49.61% from 255) = 30.81%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=44.50%
G=30.81%
B=24.69%

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
Decimal18212610100.310.450.2918.5235.6855.49
HexB67E6501F2D1D132437
Octal2661761450375535234467
Binary10110110111111011001010111111011011110110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67E65; }

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

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

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

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

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

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

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

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