Shades of Teak #B38856
Tints of Teak #B38856
RGB
CMYK
RGB Variations
Color information
#B38856 (or 0xB38856) is known color: Teak. HEX triplet: B3, 88 and 56. RGB value is (179,136,86). Sum of RGB (Red+Green+Blue) = 179+136+86=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B38856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38856 is #4C77A9. Grayscale: #8F8F8F. Windows color (decimal): -5011370 or 5671091. OLE color: 5671091.
HSL color Cylindrical-coordinate representation of color #B38856: hue angle of 32.26º degrees, saturation: 0.38, 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 #B38856 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 86 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.30 |
| HSL | 32.26º | 0.38% | 0.52% | - |
| HSV(B) | 32.26º | 0.52% | 0.7% | - |
| XYZ | 29.07 | 27.86 | 12.65 | - |
| YUV | 143.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 86 | 0 | 0.24 | 0.52 | 0.30 | 32.26 | 0.38 | 0.52 |
| Hex | B3 | 88 | 56 | 0 | 18 | 34 | 1E | 20 | 26 | 34 |
| Octal | 263 | 210 | 126 | 0 | 30 | 64 | 36 | 40 | 46 | 64 |
| Binary | 10110011 | 10001000 | 1010110 | 0 | 11000 | 110100 | 11110 | 100000 | 100110 | 110100 |
Color Harmonies of #B38856
Complementary color
Monochromatic Colors of #B38856
Black with #B38856
Text Example
Text Example
White with #B38856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38856; }
p { color: rgb(179,136,86); }
H1.HeaderClassName
{
color: #B38856;
}
.AnyTagClassName
{
color: #B38856;
}
</style>
background-color css
<style>
a { background-color: #B38856; }
a { background-color: rgb(179,136,86); }
div.DivClassName
{
background-color: #B38856;
}
.BgClassName
{
background-color: #B38856;
}
</style>
border-color css
<style>
span { border-color: #B38856; }
span { border-color: rgb(179,136,86); }
td.TdClassName
{
border-color: #B38856;
}
.TagClassName
{
border-color: #B38856;
}
</style>