Shades of Medium Wood #B0805A
Tints of Medium Wood #B0805A
RGB
CMYK
RGB Variations
Color information
#B0805A (or 0xB0805A) is known color: Medium Wood. HEX triplet: B0, 80 and 5A. RGB value is (176,128,90). Sum of RGB (Red+Green+Blue) = 176+128+90=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B0805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0805A is #4F7FA5. Grayscale: #8A8A8A. Windows color (decimal): -5210022 or 5931184. OLE color: 5931184.
HSL color Cylindrical-coordinate representation of color #B0805A: hue angle of 26.51º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0805A is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 128 | 90 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.31 |
| HSL | 26.51º | 0.35% | 0.52% | - |
| HSV(B) | 26.51º | 0.49% | 0.69% | - |
| XYZ | 27.47 | 25.41 | 13.13 | - |
| YUV | 138.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 90 | 0 | 0.27 | 0.49 | 0.31 | 26.51 | 0.35 | 0.52 |
| Hex | B0 | 80 | 5A | 0 | 1B | 31 | 1F | 1B | 23 | 34 |
| Octal | 260 | 200 | 132 | 0 | 33 | 61 | 37 | 33 | 43 | 64 |
| Binary | 10110000 | 10000000 | 1011010 | 0 | 11011 | 110001 | 11111 | 11011 | 100011 | 110100 |
Color Harmonies of #B0805A
Complementary color
Monochromatic Colors of #B0805A
Black with #B0805A
Text Example
Text Example
White with #B0805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0805A; }
p { color: rgb(176,128,90); }
H1.HeaderClassName
{
color: #B0805A;
}
.AnyTagClassName
{
color: #B0805A;
}
</style>
background-color css
<style>
a { background-color: #B0805A; }
a { background-color: rgb(176,128,90); }
div.DivClassName
{
background-color: #B0805A;
}
.BgClassName
{
background-color: #B0805A;
}
</style>
border-color css
<style>
span { border-color: #B0805A; }
span { border-color: rgb(176,128,90); }
td.TdClassName
{
border-color: #B0805A;
}
.TagClassName
{
border-color: #B0805A;
}
</style>