Shades of Teak #B58853
Tints of Teak #B58853
RGB
CMYK
RGB Variations
Color information
#B58853 (or 0xB58853) is known color: Teak. HEX triplet: B5, 88 and 53. RGB value is (181,136,83). Sum of RGB (Red+Green+Blue) = 181+136+83=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B58853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58853 is #4A77AC. Grayscale: #8F8F8F. Windows color (decimal): -4880301 or 5474485. OLE color: 5474485.
HSL color Cylindrical-coordinate representation of color #B58853: hue angle of 32.45º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B58853 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 83 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.29 |
| HSL | 32.45º | 0.4% | 0.52% | - |
| HSV(B) | 32.45º | 0.54% | 0.71% | - |
| XYZ | 29.42 | 28.06 | 12.05 | - |
| YUV | 143.41 | 93.91 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 83 | 0 | 0.25 | 0.54 | 0.29 | 32.45 | 0.4 | 0.52 |
| Hex | B5 | 88 | 53 | 0 | 19 | 36 | 1D | 20 | 28 | 34 |
| Octal | 265 | 210 | 123 | 0 | 31 | 66 | 35 | 40 | 50 | 64 |
| Binary | 10110101 | 10001000 | 1010011 | 0 | 11001 | 110110 | 11101 | 100000 | 101000 | 110100 |
Color Harmonies of #B58853
Complementary color
Monochromatic Colors of #B58853
Black with #B58853
Text Example
Text Example
White with #B58853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58853; }
p { color: rgb(181,136,83); }
H1.HeaderClassName
{
color: #B58853;
}
.AnyTagClassName
{
color: #B58853;
}
</style>
background-color css
<style>
a { background-color: #B58853; }
a { background-color: rgb(181,136,83); }
div.DivClassName
{
background-color: #B58853;
}
.BgClassName
{
background-color: #B58853;
}
</style>
border-color css
<style>
span { border-color: #B58853; }
span { border-color: rgb(181,136,83); }
td.TdClassName
{
border-color: #B58853;
}
.TagClassName
{
border-color: #B58853;
}
</style>