#B6805F

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

Shades of Medium Wood #B6805F

Tints of Medium Wood #B6805F

Color information

#B6805F (or 0xB6805F) is unknown color: approx Medium Wood. HEX triplet: B6, 80 and 5F. RGB value is (182,128,95). Sum of RGB (Red+Green+Blue) = 182+128+95=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6805F is #497FA0. Grayscale: #8C8C8C. Windows color (decimal): -4816801 or 6258870. OLE color: 6258870.

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

Color convert

RGB18212895-
CMYK00.300.480.29
HSL22.76º37.34%54.31%-
HSV(B)22.76º47.8%71.37%-
XYZ29.0826.2114.35-
YUV140.38102.39157.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=44.94%
G=31.60%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821289500.300.480.2922.7637.3454.31
HexB6805F01E301D172536
Octal2662001370366035274566
Binary101101101000000010111110111101100001110110111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6805F; }

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

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

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

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

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

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

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

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