#B6825E

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

Shades of Medium Wood #B6825E

Tints of Medium Wood #B6825E

Color information

#B6825E (or 0xB6825E) is unknown color: approx Medium Wood. HEX triplet: B6, 82 and 5E. RGB value is (182,130,94). Sum of RGB (Red+Green+Blue) = 182+130+94=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6825E is #497DA1. Grayscale: #8D8D8D. Windows color (decimal): -4816290 or 6193846. OLE color: 6193846.

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

Color convert

RGB18213094-
CMYK00.290.480.29
HSL24.55º37.61%54.12%-
HSV(B)24.55º48.35%71.37%-
XYZ29.2926.7214.2-
YUV141.44101.23156.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=44.83%
G=32.02%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821309400.290.480.2924.5537.6154.12
HexB6825E01D301D192636
Octal2662021360356035314666
Binary101101101000001010111100111011100001110111001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6825E; }

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

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

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

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

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

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

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

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