Shades of Teak #B58852
Tints of Teak #B58852
RGB
CMYK
RGB Variations
Color information
#B58852 (or 0xB58852) is known color: Teak. HEX triplet: B5, 88 and 52. RGB value is (181,136,82). Sum of RGB (Red+Green+Blue) = 181+136+82=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B58852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58852 is #4A77AD. Grayscale: #8F8F8F. Windows color (decimal): -4880302 or 5408949. OLE color: 5408949.
HSL color Cylindrical-coordinate representation of color #B58852: hue angle of 32.73º 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 #B58852 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 82 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.29 |
| HSL | 32.73º | 0.4% | 0.52% | - |
| HSV(B) | 32.73º | 0.55% | 0.71% | - |
| XYZ | 29.38 | 28.04 | 11.85 | - |
| YUV | 143.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 82 | 0 | 0.25 | 0.55 | 0.29 | 32.73 | 0.4 | 0.52 |
| Hex | B5 | 88 | 52 | 0 | 19 | 37 | 1D | 21 | 28 | 34 |
| Octal | 265 | 210 | 122 | 0 | 31 | 67 | 35 | 41 | 50 | 64 |
| Binary | 10110101 | 10001000 | 1010010 | 0 | 11001 | 110111 | 11101 | 100001 | 101000 | 110100 |
Color Harmonies of #B58852
Complementary color
Monochromatic Colors of #B58852
Black with #B58852
Text Example
Text Example
White with #B58852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58852; }
p { color: rgb(181,136,82); }
H1.HeaderClassName
{
color: #B58852;
}
.AnyTagClassName
{
color: #B58852;
}
</style>
background-color css
<style>
a { background-color: #B58852; }
a { background-color: rgb(181,136,82); }
div.DivClassName
{
background-color: #B58852;
}
.BgClassName
{
background-color: #B58852;
}
</style>
border-color css
<style>
span { border-color: #B58852; }
span { border-color: rgb(181,136,82); }
td.TdClassName
{
border-color: #B58852;
}
.TagClassName
{
border-color: #B58852;
}
</style>