Shades of Medium Wood #B68059
Tints of Medium Wood #B68059
RGB
CMYK
RGB Variations
Color information
#B68059 (or 0xB68059) is known color: Medium Wood. HEX triplet: B6, 80 and 59. RGB value is (182,128,89). Sum of RGB (Red+Green+Blue) = 182+128+89=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B68059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68059 is #497FA6. Grayscale: #8B8B8B. Windows color (decimal): -4816807 or 5865654. OLE color: 5865654.
HSL color Cylindrical-coordinate representation of color #B68059: hue angle of 25.16º 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 #B68059 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 89 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.29 |
| HSL | 25.16º | 0.39% | 0.53% | - |
| HSV(B) | 25.16º | 0.51% | 0.71% | - |
| XYZ | 28.81 | 26.1 | 12.97 | - |
| YUV | 139.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 89 | 0 | 0.30 | 0.51 | 0.29 | 25.16 | 0.39 | 0.53 |
| Hex | B6 | 80 | 59 | 0 | 1E | 33 | 1D | 19 | 27 | 35 |
| Octal | 266 | 200 | 131 | 0 | 36 | 63 | 35 | 31 | 47 | 65 |
| Binary | 10110110 | 10000000 | 1011001 | 0 | 11110 | 110011 | 11101 | 11001 | 100111 | 110101 |
Color Harmonies of #B68059
Complementary color
Monochromatic Colors of #B68059
Black with #B68059
Text Example
Text Example
White with #B68059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68059; }
p { color: rgb(182,128,89); }
H1.HeaderClassName
{
color: #B68059;
}
.AnyTagClassName
{
color: #B68059;
}
</style>
background-color css
<style>
a { background-color: #B68059; }
a { background-color: rgb(182,128,89); }
div.DivClassName
{
background-color: #B68059;
}
.BgClassName
{
background-color: #B68059;
}
</style>
border-color css
<style>
span { border-color: #B68059; }
span { border-color: rgb(182,128,89); }
td.TdClassName
{
border-color: #B68059;
}
.TagClassName
{
border-color: #B68059;
}
</style>