Shades of Teak #B58651
Tints of Teak #B58651
RGB
CMYK
RGB Variations
Color information
#B58651 (or 0xB58651) is known color: Teak. HEX triplet: B5, 86 and 51. RGB value is (181,134,81). Sum of RGB (Red+Green+Blue) = 181+134+81=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B58651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58651 is #4A79AE. Grayscale: #8E8E8E. Windows color (decimal): -4880815 or 5342901. OLE color: 5342901.
HSL color Cylindrical-coordinate representation of color #B58651: hue angle of 31.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B58651 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 81 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.29 |
| HSL | 31.8º | 0.4% | 0.51% | - |
| HSV(B) | 31.8º | 0.55% | 0.71% | - |
| XYZ | 29.07 | 27.47 | 11.55 | - |
| YUV | 142.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 81 | 0 | 0.26 | 0.55 | 0.29 | 31.8 | 0.4 | 0.51 |
| Hex | B5 | 86 | 51 | 0 | 1A | 37 | 1D | 20 | 28 | 33 |
| Octal | 265 | 206 | 121 | 0 | 32 | 67 | 35 | 40 | 50 | 63 |
| Binary | 10110101 | 10000110 | 1010001 | 0 | 11010 | 110111 | 11101 | 100000 | 101000 | 110011 |
Color Harmonies of #B58651
Complementary color
Monochromatic Colors of #B58651
Black with #B58651
Text Example
Text Example
White with #B58651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58651; }
p { color: rgb(181,134,81); }
H1.HeaderClassName
{
color: #B58651;
}
.AnyTagClassName
{
color: #B58651;
}
</style>
background-color css
<style>
a { background-color: #B58651; }
a { background-color: rgb(181,134,81); }
div.DivClassName
{
background-color: #B58651;
}
.BgClassName
{
background-color: #B58651;
}
</style>
border-color css
<style>
span { border-color: #B58651; }
span { border-color: rgb(181,134,81); }
td.TdClassName
{
border-color: #B58651;
}
.TagClassName
{
border-color: #B58651;
}
</style>