#B6825D

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

Shades of Medium Wood #B6825D

Tints of Medium Wood #B6825D

Color information

#B6825D (or 0xB6825D) is unknown color: approx Medium Wood. HEX triplet: B6, 82 and 5D. RGB value is (182,130,93). Sum of RGB (Red+Green+Blue) = 182+130+93=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6825D is #497DA2. Grayscale: #8D8D8D. Windows color (decimal): -4816291 or 6128310. OLE color: 6128310.

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

Color convert

RGB18213093-
CMYK00.290.490.29
HSL24.94º37.87%53.92%-
HSV(B)24.94º48.9%71.37%-
XYZ29.2526.713.97-
YUV141.33100.73157.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 93 (36.72% from 255) = 22.96%
R=44.94%
G=32.10%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821309300.290.490.2924.9437.8753.92
HexB6825D01D311D192636
Octal2662021350356135314666
Binary101101101000001010111010111011100011110111001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6825D; }

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

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

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

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

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

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

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

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