Shades of Medium Wood #B7805A
Tints of Medium Wood #B7805A
RGB
CMYK
RGB Variations
Color information
#B7805A (or 0xB7805A) is known color: Medium Wood. HEX triplet: B7, 80 and 5A. RGB value is (183,128,90). Sum of RGB (Red+Green+Blue) = 183+128+90=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B7805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7805A is #487FA5. Grayscale: #8C8C8C. Windows color (decimal): -4751270 or 5931191. OLE color: 5931191.
HSL color Cylindrical-coordinate representation of color #B7805A: hue angle of 24.52º degrees, saturation: 0.39, 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 #B7805A is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 90 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.28 |
| HSL | 24.52º | 0.39% | 0.54% | - |
| HSV(B) | 24.52º | 0.51% | 0.72% | - |
| XYZ | 29.09 | 26.24 | 13.21 | - |
| YUV | 140.11 | 99.72 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 90 | 0 | 0.30 | 0.51 | 0.28 | 24.52 | 0.39 | 0.54 |
| Hex | B7 | 80 | 5A | 0 | 1E | 33 | 1C | 19 | 27 | 36 |
| Octal | 267 | 200 | 132 | 0 | 36 | 63 | 34 | 31 | 47 | 66 |
| Binary | 10110111 | 10000000 | 1011010 | 0 | 11110 | 110011 | 11100 | 11001 | 100111 | 110110 |
Color Harmonies of #B7805A
Complementary color
Monochromatic Colors of #B7805A
Black with #B7805A
Text Example
Text Example
White with #B7805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7805A; }
p { color: rgb(183,128,90); }
H1.HeaderClassName
{
color: #B7805A;
}
.AnyTagClassName
{
color: #B7805A;
}
</style>
background-color css
<style>
a { background-color: #B7805A; }
a { background-color: rgb(183,128,90); }
div.DivClassName
{
background-color: #B7805A;
}
.BgClassName
{
background-color: #B7805A;
}
</style>
border-color css
<style>
span { border-color: #B7805A; }
span { border-color: rgb(183,128,90); }
td.TdClassName
{
border-color: #B7805A;
}
.TagClassName
{
border-color: #B7805A;
}
</style>