#B67962

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

Shades of Medium Wood #B67962

Tints of Medium Wood #B67962

Color information

#B67962 (or 0xB67962) is unknown color: approx Medium Wood. HEX triplet: B6, 79 and 62. RGB value is (182,121,98). Sum of RGB (Red+Green+Blue) = 182+121+98=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B67962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67962 is #49869D. Grayscale: #888888. Windows color (decimal): -4818590 or 6453686. OLE color: 6453686.

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

Color convert

RGB18212198-
CMYK00.340.460.29
HSL16.43º36.52%54.9%-
HSV(B)16.43º46.15%71.37%-
XYZ28.3324.514.79-
YUV136.62106.21160.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 98 (38.67% from 255) = 24.44%
R=45.39%
G=30.17%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821219800.340.460.2916.4336.5254.9
HexB679620222E1D102537
Octal2661711420425635204567
Binary101101101111001110001001000101011101110110000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67962; }

 p { color: rgb(182,121,98); }

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

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

 a { background-color: rgb(182,121,98); }

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

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

 span { border-color: rgb(182,121,98); }

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