Shades of Medium Wood #B8805A
Tints of Medium Wood #B8805A
RGB
CMYK
RGB Variations
Color information
#B8805A (or 0xB8805A) is known color: Medium Wood. HEX triplet: B8, 80 and 5A. RGB value is (184,128,90). Sum of RGB (Red+Green+Blue) = 184+128+90=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 184 - color contains mainly: red. Hex color #B8805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8805A is #477FA5. Grayscale: #8C8C8C. Windows color (decimal): -4685734 or 5931192. OLE color: 5931192.
HSL color Cylindrical-coordinate representation of color #B8805A: hue angle of 24.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8805A is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 90 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.28 |
| HSL | 24.26º | 0.4% | 0.54% | - |
| HSV(B) | 24.26º | 0.51% | 0.72% | - |
| XYZ | 29.33 | 26.37 | 13.22 | - |
| YUV | 140.41 | 99.55 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 90 | 0 | 0.30 | 0.51 | 0.28 | 24.26 | 0.4 | 0.54 |
| Hex | B8 | 80 | 5A | 0 | 1E | 33 | 1C | 18 | 28 | 36 |
| Octal | 270 | 200 | 132 | 0 | 36 | 63 | 34 | 30 | 50 | 66 |
| Binary | 10111000 | 10000000 | 1011010 | 0 | 11110 | 110011 | 11100 | 11000 | 101000 | 110110 |
Color Harmonies of #B8805A
Complementary color
Monochromatic Colors of #B8805A
Black with #B8805A
Text Example
Text Example
White with #B8805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8805A; }
p { color: rgb(184,128,90); }
H1.HeaderClassName
{
color: #B8805A;
}
.AnyTagClassName
{
color: #B8805A;
}
</style>
background-color css
<style>
a { background-color: #B8805A; }
a { background-color: rgb(184,128,90); }
div.DivClassName
{
background-color: #B8805A;
}
.BgClassName
{
background-color: #B8805A;
}
</style>
border-color css
<style>
span { border-color: #B8805A; }
span { border-color: rgb(184,128,90); }
td.TdClassName
{
border-color: #B8805A;
}
.TagClassName
{
border-color: #B8805A;
}
</style>