Shades of Teak #B28B56
Tints of Teak #B28B56
RGB
CMYK
RGB Variations
Color information
#B28B56 (or 0xB28B56) is known color: Teak. HEX triplet: B2, 8B and 56. RGB value is (178,139,86). Sum of RGB (Red+Green+Blue) = 178+139+86=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28B56 is #4D74A9. Grayscale: #909090. Windows color (decimal): -5076138 or 5671858. OLE color: 5671858.
HSL color Cylindrical-coordinate representation of color #B28B56: hue angle of 34.57º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B28B56 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 139 | 86 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.30 |
| HSL | 34.57º | 0.37% | 0.52% | - |
| HSV(B) | 34.57º | 0.52% | 0.7% | - |
| XYZ | 29.27 | 28.6 | 12.78 | - |
| YUV | 144.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 86 | 0 | 0.22 | 0.52 | 0.30 | 34.57 | 0.37 | 0.52 |
| Hex | B2 | 8B | 56 | 0 | 16 | 34 | 1E | 23 | 25 | 34 |
| Octal | 262 | 213 | 126 | 0 | 26 | 64 | 36 | 43 | 45 | 64 |
| Binary | 10110010 | 10001011 | 1010110 | 0 | 10110 | 110100 | 11110 | 100011 | 100101 | 110100 |
Color Harmonies of #B28B56
Complementary color
Monochromatic Colors of #B28B56
Black with #B28B56
Text Example
Text Example
White with #B28B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28B56; }
p { color: rgb(178,139,86); }
H1.HeaderClassName
{
color: #B28B56;
}
.AnyTagClassName
{
color: #B28B56;
}
</style>
background-color css
<style>
a { background-color: #B28B56; }
a { background-color: rgb(178,139,86); }
div.DivClassName
{
background-color: #B28B56;
}
.BgClassName
{
background-color: #B28B56;
}
</style>
border-color css
<style>
span { border-color: #B28B56; }
span { border-color: rgb(178,139,86); }
td.TdClassName
{
border-color: #B28B56;
}
.TagClassName
{
border-color: #B28B56;
}
</style>