Shades of Teak #B58A54
Tints of Teak #B58A54
RGB
CMYK
RGB Variations
Color information
#B58A54 (or 0xB58A54) is known color: Teak. HEX triplet: B5, 8A and 54. RGB value is (181,138,84). Sum of RGB (Red+Green+Blue) = 181+138+84=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A54 is #4A75AB. Grayscale: #909090. Windows color (decimal): -4879788 or 5540533. OLE color: 5540533.
HSL color Cylindrical-coordinate representation of color #B58A54: hue angle of 33.4º 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 #B58A54 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 84 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.29 |
| HSL | 33.4º | 0.4% | 0.52% | - |
| HSV(B) | 33.4º | 0.54% | 0.71% | - |
| XYZ | 29.74 | 28.64 | 12.35 | - |
| YUV | 144.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 84 | 0 | 0.24 | 0.54 | 0.29 | 33.4 | 0.4 | 0.52 |
| Hex | B5 | 8A | 54 | 0 | 18 | 36 | 1D | 21 | 28 | 34 |
| Octal | 265 | 212 | 124 | 0 | 30 | 66 | 35 | 41 | 50 | 64 |
| Binary | 10110101 | 10001010 | 1010100 | 0 | 11000 | 110110 | 11101 | 100001 | 101000 | 110100 |
Color Harmonies of #B58A54
Complementary color
Monochromatic Colors of #B58A54
Black with #B58A54
Text Example
Text Example
White with #B58A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A54; }
p { color: rgb(181,138,84); }
H1.HeaderClassName
{
color: #B58A54;
}
.AnyTagClassName
{
color: #B58A54;
}
</style>
background-color css
<style>
a { background-color: #B58A54; }
a { background-color: rgb(181,138,84); }
div.DivClassName
{
background-color: #B58A54;
}
.BgClassName
{
background-color: #B58A54;
}
</style>
border-color css
<style>
span { border-color: #B58A54; }
span { border-color: rgb(181,138,84); }
td.TdClassName
{
border-color: #B58A54;
}
.TagClassName
{
border-color: #B58A54;
}
</style>