Shades of Teak #B28D52
Tints of Teak #B28D52
RGB
CMYK
RGB Variations
Color information
#B28D52 (or 0xB28D52) is known color: Teak. HEX triplet: B2, 8D and 52. RGB value is (178,141,82). Sum of RGB (Red+Green+Blue) = 178+141+82=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D52 is #4D72AD. Grayscale: #919191. Windows color (decimal): -5075630 or 5410226. OLE color: 5410226.
HSL color Cylindrical-coordinate representation of color #B28D52: hue angle of 36.88º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B28D52 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 82 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.30 |
| HSL | 36.88º | 0.38% | 0.51% | - |
| HSV(B) | 36.88º | 0.54% | 0.7% | - |
| XYZ | 29.41 | 29.12 | 12.05 | - |
| YUV | 145.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 82 | 0 | 0.21 | 0.54 | 0.30 | 36.88 | 0.38 | 0.51 |
| Hex | B2 | 8D | 52 | 0 | 15 | 36 | 1E | 25 | 26 | 33 |
| Octal | 262 | 215 | 122 | 0 | 25 | 66 | 36 | 45 | 46 | 63 |
| Binary | 10110010 | 10001101 | 1010010 | 0 | 10101 | 110110 | 11110 | 100101 | 100110 | 110011 |
Color Harmonies of #B28D52
Complementary color
Monochromatic Colors of #B28D52
Black with #B28D52
Text Example
Text Example
White with #B28D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D52; }
p { color: rgb(178,141,82); }
H1.HeaderClassName
{
color: #B28D52;
}
.AnyTagClassName
{
color: #B28D52;
}
</style>
background-color css
<style>
a { background-color: #B28D52; }
a { background-color: rgb(178,141,82); }
div.DivClassName
{
background-color: #B28D52;
}
.BgClassName
{
background-color: #B28D52;
}
</style>
border-color css
<style>
span { border-color: #B28D52; }
span { border-color: rgb(178,141,82); }
td.TdClassName
{
border-color: #B28D52;
}
.TagClassName
{
border-color: #B28D52;
}
</style>