#B6805A

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

Shades of Medium Wood #B6805A

Tints of Medium Wood #B6805A

Color information

#B6805A (or 0xB6805A) is unknown color: approx Medium Wood. HEX triplet: B6, 80 and 5A. RGB value is (182,128,90). Sum of RGB (Red+Green+Blue) = 182+128+90=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B6805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6805A is #497FA5. Grayscale: #8C8C8C. Windows color (decimal): -4816806 or 5931190. OLE color: 5931190.

HSL color Cylindrical-coordinate representation of color #B6805A: hue angle of 24.78º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6805A is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18212890-
CMYK00.300.510.29
HSL24.78º38.66%53.33%-
HSV(B)24.78º50.55%71.37%-
XYZ28.8626.1213.19-
YUV139.8199.89158.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 90 (35.55% from 255) = 22.5%
R=45.5%
G=32%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821289000.300.510.2924.7838.6653.33
HexB6805A01E331D192735
Octal2662001320366335314765
Binary101101101000000010110100111101100111110111001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6805A; }

 p { color: rgb(182,128,90); }

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

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

 a { background-color: rgb(182,128,90); }

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

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

 span { border-color: rgb(182,128,90); }

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