Shades of Medium Wood #B68058
Tints of Medium Wood #B68058
RGB
CMYK
RGB Variations
Color information
#B68058 (or 0xB68058) is known color: Medium Wood. HEX triplet: B6, 80 and 58. RGB value is (182,128,88). Sum of RGB (Red+Green+Blue) = 182+128+88=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B68058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68058 is #497FA7. Grayscale: #8B8B8B. Windows color (decimal): -4816808 or 5800118. OLE color: 5800118.
HSL color Cylindrical-coordinate representation of color #B68058: hue angle of 25.53º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B68058 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 88 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.29 |
| HSL | 25.53º | 0.39% | 0.53% | - |
| HSV(B) | 25.53º | 0.52% | 0.71% | - |
| XYZ | 28.77 | 26.09 | 12.75 | - |
| YUV | 139.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 88 | 0 | 0.30 | 0.52 | 0.29 | 25.53 | 0.39 | 0.53 |
| Hex | B6 | 80 | 58 | 0 | 1E | 34 | 1D | 1A | 27 | 35 |
| Octal | 266 | 200 | 130 | 0 | 36 | 64 | 35 | 32 | 47 | 65 |
| Binary | 10110110 | 10000000 | 1011000 | 0 | 11110 | 110100 | 11101 | 11010 | 100111 | 110101 |
Color Harmonies of #B68058
Complementary color
Monochromatic Colors of #B68058
Black with #B68058
Text Example
Text Example
White with #B68058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68058; }
p { color: rgb(182,128,88); }
H1.HeaderClassName
{
color: #B68058;
}
.AnyTagClassName
{
color: #B68058;
}
</style>
background-color css
<style>
a { background-color: #B68058; }
a { background-color: rgb(182,128,88); }
div.DivClassName
{
background-color: #B68058;
}
.BgClassName
{
background-color: #B68058;
}
</style>
border-color css
<style>
span { border-color: #B68058; }
span { border-color: rgb(182,128,88); }
td.TdClassName
{
border-color: #B68058;
}
.TagClassName
{
border-color: #B68058;
}
</style>