Shades of Medium Wood #B5805A
Tints of Medium Wood #B5805A
RGB
CMYK
RGB Variations
Color information
#B5805A (or 0xB5805A) is known color: Medium Wood. HEX triplet: B5, 80 and 5A. RGB value is (181,128,90). Sum of RGB (Red+Green+Blue) = 181+128+90=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B5805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5805A is #4A7FA5. Grayscale: #8B8B8B. Windows color (decimal): -4882342 or 5931189. OLE color: 5931189.
HSL color Cylindrical-coordinate representation of color #B5805A: hue angle of 25.05º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5805A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 90 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.29 |
| HSL | 25.05º | 0.38% | 0.53% | - |
| HSV(B) | 25.05º | 0.5% | 0.71% | - |
| XYZ | 28.62 | 26 | 13.18 | - |
| YUV | 139.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 90 | 0 | 0.29 | 0.50 | 0.29 | 25.05 | 0.38 | 0.53 |
| Hex | B5 | 80 | 5A | 0 | 1D | 32 | 1D | 19 | 26 | 35 |
| Octal | 265 | 200 | 132 | 0 | 35 | 62 | 35 | 31 | 46 | 65 |
| Binary | 10110101 | 10000000 | 1011010 | 0 | 11101 | 110010 | 11101 | 11001 | 100110 | 110101 |
Color Harmonies of #B5805A
Complementary color
Monochromatic Colors of #B5805A
Black with #B5805A
Text Example
Text Example
White with #B5805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5805A; }
p { color: rgb(181,128,90); }
H1.HeaderClassName
{
color: #B5805A;
}
.AnyTagClassName
{
color: #B5805A;
}
</style>
background-color css
<style>
a { background-color: #B5805A; }
a { background-color: rgb(181,128,90); }
div.DivClassName
{
background-color: #B5805A;
}
.BgClassName
{
background-color: #B5805A;
}
</style>
border-color css
<style>
span { border-color: #B5805A; }
span { border-color: rgb(181,128,90); }
td.TdClassName
{
border-color: #B5805A;
}
.TagClassName
{
border-color: #B5805A;
}
</style>