Shades of Teak #B28E4E
Tints of Teak #B28E4E
RGB
CMYK
RGB Variations
Color information
#B28E4E (or 0xB28E4E) is known color: Teak. HEX triplet: B2, 8E and 4E. RGB value is (178,142,78). Sum of RGB (Red+Green+Blue) = 178+142+78=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28E4E is #4D71B1. Grayscale: #919191. Windows color (decimal): -5075378 or 5148338. OLE color: 5148338.
HSL color Cylindrical-coordinate representation of color #B28E4E: hue angle of 38.4º 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 #B28E4E is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 142 | 78 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.30 |
| HSL | 38.4º | 0.39% | 0.5% | - |
| HSV(B) | 38.4º | 0.56% | 0.7% | - |
| XYZ | 29.41 | 29.36 | 11.32 | - |
| YUV | 145.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 142 | 78 | 0 | 0.20 | 0.56 | 0.30 | 38.4 | 0.39 | 0.5 |
| Hex | B2 | 8E | 4E | 0 | 14 | 38 | 1E | 26 | 27 | 32 |
| Octal | 262 | 216 | 116 | 0 | 24 | 70 | 36 | 46 | 47 | 62 |
| Binary | 10110010 | 10001110 | 1001110 | 0 | 10100 | 111000 | 11110 | 100110 | 100111 | 110010 |
Color Harmonies of #B28E4E
Complementary color
Monochromatic Colors of #B28E4E
Black with #B28E4E
Text Example
Text Example
White with #B28E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28E4E; }
p { color: rgb(178,142,78); }
H1.HeaderClassName
{
color: #B28E4E;
}
.AnyTagClassName
{
color: #B28E4E;
}
</style>
background-color css
<style>
a { background-color: #B28E4E; }
a { background-color: rgb(178,142,78); }
div.DivClassName
{
background-color: #B28E4E;
}
.BgClassName
{
background-color: #B28E4E;
}
</style>
border-color css
<style>
span { border-color: #B28E4E; }
span { border-color: rgb(178,142,78); }
td.TdClassName
{
border-color: #B28E4E;
}
.TagClassName
{
border-color: #B28E4E;
}
</style>