Shades of Teak #B38756
Tints of Teak #B38756
RGB
CMYK
RGB Variations
Color information
#B38756 (or 0xB38756) is known color: Teak. HEX triplet: B3, 87 and 56. RGB value is (179,135,86). Sum of RGB (Red+Green+Blue) = 179+135+86=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B38756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38756 is #4C78A9. Grayscale: #8E8E8E. Windows color (decimal): -5011626 or 5670835. OLE color: 5670835.
HSL color Cylindrical-coordinate representation of color #B38756: hue angle of 31.61º 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 #B38756 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 135 | 86 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.30 |
| HSL | 31.61º | 0.38% | 0.52% | - |
| HSV(B) | 31.61º | 0.52% | 0.7% | - |
| XYZ | 28.93 | 27.58 | 12.6 | - |
| YUV | 142.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 86 | 0 | 0.25 | 0.52 | 0.30 | 31.61 | 0.38 | 0.52 |
| Hex | B3 | 87 | 56 | 0 | 19 | 34 | 1E | 20 | 26 | 34 |
| Octal | 263 | 207 | 126 | 0 | 31 | 64 | 36 | 40 | 46 | 64 |
| Binary | 10110011 | 10000111 | 1010110 | 0 | 11001 | 110100 | 11110 | 100000 | 100110 | 110100 |
Color Harmonies of #B38756
Complementary color
Monochromatic Colors of #B38756
Black with #B38756
Text Example
Text Example
White with #B38756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38756; }
p { color: rgb(179,135,86); }
H1.HeaderClassName
{
color: #B38756;
}
.AnyTagClassName
{
color: #B38756;
}
</style>
background-color css
<style>
a { background-color: #B38756; }
a { background-color: rgb(179,135,86); }
div.DivClassName
{
background-color: #B38756;
}
.BgClassName
{
background-color: #B38756;
}
</style>
border-color css
<style>
span { border-color: #B38756; }
span { border-color: rgb(179,135,86); }
td.TdClassName
{
border-color: #B38756;
}
.TagClassName
{
border-color: #B38756;
}
</style>