Shades of Teak #B28D4E
Tints of Teak #B28D4E
RGB
CMYK
RGB Variations
Color information
#B28D4E (or 0xB28D4E) is known color: Teak. HEX triplet: B2, 8D and 4E. RGB value is (178,141,78). Sum of RGB (Red+Green+Blue) = 178+141+78=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28D4E is #4D72B1. Grayscale: #919191. Windows color (decimal): -5075634 or 5148082. OLE color: 5148082.
HSL color Cylindrical-coordinate representation of color #B28D4E: hue angle of 37.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B28D4E is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 78 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.30 |
| HSL | 37.8º | 0.39% | 0.5% | - |
| HSV(B) | 37.8º | 0.56% | 0.7% | - |
| XYZ | 29.26 | 29.06 | 11.28 | - |
| YUV | 144.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 78 | 0 | 0.21 | 0.56 | 0.30 | 37.8 | 0.39 | 0.5 |
| Hex | B2 | 8D | 4E | 0 | 15 | 38 | 1E | 26 | 27 | 32 |
| Octal | 262 | 215 | 116 | 0 | 25 | 70 | 36 | 46 | 47 | 62 |
| Binary | 10110010 | 10001101 | 1001110 | 0 | 10101 | 111000 | 11110 | 100110 | 100111 | 110010 |
Color Harmonies of #B28D4E
Complementary color
Monochromatic Colors of #B28D4E
Black with #B28D4E
Text Example
Text Example
White with #B28D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D4E; }
p { color: rgb(178,141,78); }
H1.HeaderClassName
{
color: #B28D4E;
}
.AnyTagClassName
{
color: #B28D4E;
}
</style>
background-color css
<style>
a { background-color: #B28D4E; }
a { background-color: rgb(178,141,78); }
div.DivClassName
{
background-color: #B28D4E;
}
.BgClassName
{
background-color: #B28D4E;
}
</style>
border-color css
<style>
span { border-color: #B28D4E; }
span { border-color: rgb(178,141,78); }
td.TdClassName
{
border-color: #B28D4E;
}
.TagClassName
{
border-color: #B28D4E;
}
</style>