Shades of Teak #B28C55
Tints of Teak #B28C55
RGB
CMYK
RGB Variations
Color information
#B28C55 (or 0xB28C55) is known color: Teak. HEX triplet: B2, 8C and 55. RGB value is (178,140,85). Sum of RGB (Red+Green+Blue) = 178+140+85=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C55 is #4D73AA. Grayscale: #919191. Windows color (decimal): -5075883 or 5606578. OLE color: 5606578.
HSL color Cylindrical-coordinate representation of color #B28C55: hue angle of 35.48º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B28C55 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 85 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.30 |
| HSL | 35.48º | 0.38% | 0.52% | - |
| HSV(B) | 35.48º | 0.52% | 0.7% | - |
| XYZ | 29.38 | 28.88 | 12.62 | - |
| YUV | 145.09 | 94.09 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 85 | 0 | 0.21 | 0.52 | 0.30 | 35.48 | 0.38 | 0.52 |
| Hex | B2 | 8C | 55 | 0 | 15 | 34 | 1E | 23 | 26 | 34 |
| Octal | 262 | 214 | 125 | 0 | 25 | 64 | 36 | 43 | 46 | 64 |
| Binary | 10110010 | 10001100 | 1010101 | 0 | 10101 | 110100 | 11110 | 100011 | 100110 | 110100 |
Color Harmonies of #B28C55
Complementary color
Monochromatic Colors of #B28C55
Black with #B28C55
Text Example
Text Example
White with #B28C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C55; }
p { color: rgb(178,140,85); }
H1.HeaderClassName
{
color: #B28C55;
}
.AnyTagClassName
{
color: #B28C55;
}
</style>
background-color css
<style>
a { background-color: #B28C55; }
a { background-color: rgb(178,140,85); }
div.DivClassName
{
background-color: #B28C55;
}
.BgClassName
{
background-color: #B28C55;
}
</style>
border-color css
<style>
span { border-color: #B28C55; }
span { border-color: rgb(178,140,85); }
td.TdClassName
{
border-color: #B28C55;
}
.TagClassName
{
border-color: #B28C55;
}
</style>