Shades of Teak #B58952
Tints of Teak #B58952
RGB
CMYK
RGB Variations
Color information
#B58952 (or 0xB58952) is known color: Teak. HEX triplet: B5, 89 and 52. RGB value is (181,137,82). Sum of RGB (Red+Green+Blue) = 181+137+82=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B58952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58952 is #4A76AD. Grayscale: #909090. Windows color (decimal): -4880046 or 5409205. OLE color: 5409205.
HSL color Cylindrical-coordinate representation of color #B58952: hue angle of 33.33º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B58952 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 82 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.29 |
| HSL | 33.33º | 0.4% | 0.52% | - |
| HSV(B) | 33.33º | 0.55% | 0.71% | - |
| XYZ | 29.52 | 28.32 | 11.89 | - |
| YUV | 143.89 | 93.08 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 82 | 0 | 0.24 | 0.55 | 0.29 | 33.33 | 0.4 | 0.52 |
| Hex | B5 | 89 | 52 | 0 | 18 | 37 | 1D | 21 | 28 | 34 |
| Octal | 265 | 211 | 122 | 0 | 30 | 67 | 35 | 41 | 50 | 64 |
| Binary | 10110101 | 10001001 | 1010010 | 0 | 11000 | 110111 | 11101 | 100001 | 101000 | 110100 |
Color Harmonies of #B58952
Complementary color
Monochromatic Colors of #B58952
Black with #B58952
Text Example
Text Example
White with #B58952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58952; }
p { color: rgb(181,137,82); }
H1.HeaderClassName
{
color: #B58952;
}
.AnyTagClassName
{
color: #B58952;
}
</style>
background-color css
<style>
a { background-color: #B58952; }
a { background-color: rgb(181,137,82); }
div.DivClassName
{
background-color: #B58952;
}
.BgClassName
{
background-color: #B58952;
}
</style>
border-color css
<style>
span { border-color: #B58952; }
span { border-color: rgb(181,137,82); }
td.TdClassName
{
border-color: #B58952;
}
.TagClassName
{
border-color: #B58952;
}
</style>