Shades of Teak #B28C54
Tints of Teak #B28C54
RGB
CMYK
RGB Variations
Color information
#B28C54 (or 0xB28C54) is known color: Teak. HEX triplet: B2, 8C and 54. RGB value is (178,140,84). Sum of RGB (Red+Green+Blue) = 178+140+84=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C54 is #4D73AB. Grayscale: #919191. Windows color (decimal): -5075884 or 5541042. OLE color: 5541042.
HSL color Cylindrical-coordinate representation of color #B28C54: hue angle of 35.74º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B28C54 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 84 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.30 |
| HSL | 35.74º | 0.38% | 0.51% | - |
| HSV(B) | 35.74º | 0.53% | 0.7% | - |
| XYZ | 29.34 | 28.86 | 12.41 | - |
| YUV | 144.98 | 93.59 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 84 | 0 | 0.21 | 0.53 | 0.30 | 35.74 | 0.38 | 0.51 |
| Hex | B2 | 8C | 54 | 0 | 15 | 35 | 1E | 24 | 26 | 33 |
| Octal | 262 | 214 | 124 | 0 | 25 | 65 | 36 | 44 | 46 | 63 |
| Binary | 10110010 | 10001100 | 1010100 | 0 | 10101 | 110101 | 11110 | 100100 | 100110 | 110011 |
Color Harmonies of #B28C54
Complementary color
Monochromatic Colors of #B28C54
Black with #B28C54
Text Example
Text Example
White with #B28C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C54; }
p { color: rgb(178,140,84); }
H1.HeaderClassName
{
color: #B28C54;
}
.AnyTagClassName
{
color: #B28C54;
}
</style>
background-color css
<style>
a { background-color: #B28C54; }
a { background-color: rgb(178,140,84); }
div.DivClassName
{
background-color: #B28C54;
}
.BgClassName
{
background-color: #B28C54;
}
</style>
border-color css
<style>
span { border-color: #B28C54; }
span { border-color: rgb(178,140,84); }
td.TdClassName
{
border-color: #B28C54;
}
.TagClassName
{
border-color: #B28C54;
}
</style>