#B6845B

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

Shades of Medium Wood #B6845B

Tints of Medium Wood #B6845B

Color information

#B6845B (or 0xB6845B) is unknown color: approx Medium Wood. HEX triplet: B6, 84 and 5B. RGB value is (182,132,91). Sum of RGB (Red+Green+Blue) = 182+132+91=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6845B is #497BA4. Grayscale: #8E8E8E. Windows color (decimal): -4815781 or 5997750. OLE color: 5997750.

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

Color convert

RGB18213291-
CMYK00.270.50.29
HSL27.03º38.4%53.53%-
HSV(B)27.03º50%71.37%-
XYZ29.4327.213.6-
YUV142.2899.06156.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 91 (35.94% from 255) = 22.47%
R=44.94%
G=32.59%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821329100.270.50.2927.0338.453.53
HexB6845B01B321D1b2636
Octal2662041330336235334666
Binary101101101000010010110110110111100101110111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6845B; }

 p { color: rgb(182,132,91); }

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

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

 a { background-color: rgb(182,132,91); }

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

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

 span { border-color: rgb(182,132,91); }

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