Shades of Teak #B58A4D
Tints of Teak #B58A4D
RGB
CMYK
RGB Variations
Color information
#B58A4D (or 0xB58A4D) is known color: Teak. HEX triplet: B5, 8A and 4D. RGB value is (181,138,77). Sum of RGB (Red+Green+Blue) = 181+138+77=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A4D is #4A75B2. Grayscale: #909090. Windows color (decimal): -4879795 or 5081781. OLE color: 5081781.
HSL color Cylindrical-coordinate representation of color #B58A4D: hue angle of 35.19º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B58A4D is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 77 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.29 |
| HSL | 35.19º | 0.41% | 0.51% | - |
| HSV(B) | 35.19º | 0.57% | 0.71% | - |
| XYZ | 29.48 | 28.54 | 10.98 | - |
| YUV | 143.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 77 | 0 | 0.24 | 0.57 | 0.29 | 35.19 | 0.41 | 0.51 |
| Hex | B5 | 8A | 4D | 0 | 18 | 39 | 1D | 23 | 29 | 33 |
| Octal | 265 | 212 | 115 | 0 | 30 | 71 | 35 | 43 | 51 | 63 |
| Binary | 10110101 | 10001010 | 1001101 | 0 | 11000 | 111001 | 11101 | 100011 | 101001 | 110011 |
Color Harmonies of #B58A4D
Complementary color
Monochromatic Colors of #B58A4D
Black with #B58A4D
Text Example
Text Example
White with #B58A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A4D; }
p { color: rgb(181,138,77); }
H1.HeaderClassName
{
color: #B58A4D;
}
.AnyTagClassName
{
color: #B58A4D;
}
</style>
background-color css
<style>
a { background-color: #B58A4D; }
a { background-color: rgb(181,138,77); }
div.DivClassName
{
background-color: #B58A4D;
}
.BgClassName
{
background-color: #B58A4D;
}
</style>
border-color css
<style>
span { border-color: #B58A4D; }
span { border-color: rgb(181,138,77); }
td.TdClassName
{
border-color: #B58A4D;
}
.TagClassName
{
border-color: #B58A4D;
}
</style>