Shades of Teak #B58A50
Tints of Teak #B58A50
RGB
CMYK
RGB Variations
Color information
#B58A50 (or 0xB58A50) is known color: Teak. HEX triplet: B5, 8A and 50. RGB value is (181,138,80). Sum of RGB (Red+Green+Blue) = 181+138+80=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A50 is #4A75AF. Grayscale: #909090. Windows color (decimal): -4879792 or 5278389. OLE color: 5278389.
HSL color Cylindrical-coordinate representation of color #B58A50: hue angle of 34.46º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B58A50 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 80 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.29 |
| HSL | 34.46º | 0.41% | 0.51% | - |
| HSV(B) | 34.46º | 0.56% | 0.71% | - |
| XYZ | 29.59 | 28.58 | 11.55 | - |
| YUV | 144.25 | 91.75 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 80 | 0 | 0.24 | 0.56 | 0.29 | 34.46 | 0.41 | 0.51 |
| Hex | B5 | 8A | 50 | 0 | 18 | 38 | 1D | 22 | 29 | 33 |
| Octal | 265 | 212 | 120 | 0 | 30 | 70 | 35 | 42 | 51 | 63 |
| Binary | 10110101 | 10001010 | 1010000 | 0 | 11000 | 111000 | 11101 | 100010 | 101001 | 110011 |
Color Harmonies of #B58A50
Complementary color
Monochromatic Colors of #B58A50
Black with #B58A50
Text Example
Text Example
White with #B58A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A50; }
p { color: rgb(181,138,80); }
H1.HeaderClassName
{
color: #B58A50;
}
.AnyTagClassName
{
color: #B58A50;
}
</style>
background-color css
<style>
a { background-color: #B58A50; }
a { background-color: rgb(181,138,80); }
div.DivClassName
{
background-color: #B58A50;
}
.BgClassName
{
background-color: #B58A50;
}
</style>
border-color css
<style>
span { border-color: #B58A50; }
span { border-color: rgb(181,138,80); }
td.TdClassName
{
border-color: #B58A50;
}
.TagClassName
{
border-color: #B58A50;
}
</style>