Shades of Medium Wood #B6805A
Tints of Medium Wood #B6805A
RGB
CMYK
RGB Variations
Color information
#B6805A (or 0xB6805A) is known color: 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
| RGB | 182 | 128 | 90 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.29 |
| HSL | 24.78º | 0.39% | 0.53% | - |
| HSV(B) | 24.78º | 0.51% | 0.71% | - |
| XYZ | 28.86 | 26.12 | 13.19 | - |
| YUV | 139.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 90 | 0 | 0.30 | 0.51 | 0.29 | 24.78 | 0.39 | 0.53 |
| Hex | B6 | 80 | 5A | 0 | 1E | 33 | 1D | 19 | 27 | 35 |
| Octal | 266 | 200 | 132 | 0 | 36 | 63 | 35 | 31 | 47 | 65 |
| Binary | 10110110 | 10000000 | 1011010 | 0 | 11110 | 110011 | 11101 | 11001 | 100111 | 110101 |
Color Harmonies of #B6805A
Complementary color
Monochromatic Colors of #B6805A
Black with #B6805A
Text Example
Text Example
White with #B6805A
Text Example
Text Example
HTML Codes & Css Web 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>