Shades of Medium Wood #B28158
Tints of Medium Wood #B28158
RGB
CMYK
RGB Variations
Color information
#B28158 (or 0xB28158) is known color: Medium Wood. HEX triplet: B2, 81 and 58. RGB value is (178,129,88). Sum of RGB (Red+Green+Blue) = 178+129+88=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B28158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28158 is #4D7EA7. Grayscale: #8B8B8B. Windows color (decimal): -5078696 or 5800370. OLE color: 5800370.
HSL color Cylindrical-coordinate representation of color #B28158: hue angle of 27.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B28158 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 129 | 88 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.30 |
| HSL | 27.33º | 0.37% | 0.52% | - |
| HSV(B) | 27.33º | 0.51% | 0.7% | - |
| XYZ | 27.97 | 25.87 | 12.75 | - |
| YUV | 138.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 129 | 88 | 0 | 0.28 | 0.51 | 0.30 | 27.33 | 0.37 | 0.52 |
| Hex | B2 | 81 | 58 | 0 | 1C | 33 | 1E | 1B | 25 | 34 |
| Octal | 262 | 201 | 130 | 0 | 34 | 63 | 36 | 33 | 45 | 64 |
| Binary | 10110010 | 10000001 | 1011000 | 0 | 11100 | 110011 | 11110 | 11011 | 100101 | 110100 |
Color Harmonies of #B28158
Complementary color
Monochromatic Colors of #B28158
Black with #B28158
Text Example
Text Example
White with #B28158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28158; }
p { color: rgb(178,129,88); }
H1.HeaderClassName
{
color: #B28158;
}
.AnyTagClassName
{
color: #B28158;
}
</style>
background-color css
<style>
a { background-color: #B28158; }
a { background-color: rgb(178,129,88); }
div.DivClassName
{
background-color: #B28158;
}
.BgClassName
{
background-color: #B28158;
}
</style>
border-color css
<style>
span { border-color: #B28158; }
span { border-color: rgb(178,129,88); }
td.TdClassName
{
border-color: #B28158;
}
.TagClassName
{
border-color: #B28158;
}
</style>