Shades of Teak #B28955
Tints of Teak #B28955
RGB
CMYK
RGB Variations
Color information
#B28955 (or 0xB28955) is known color: Teak. HEX triplet: B2, 89 and 55. RGB value is (178,137,85). Sum of RGB (Red+Green+Blue) = 178+137+85=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B28955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28955 is #4D76AA. Grayscale: #8F8F8F. Windows color (decimal): -5076651 or 5605810. OLE color: 5605810.
HSL color Cylindrical-coordinate representation of color #B28955: hue angle of 33.55º 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 #B28955 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 85 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.30 |
| HSL | 33.55º | 0.38% | 0.52% | - |
| HSV(B) | 33.55º | 0.52% | 0.7% | - |
| XYZ | 28.95 | 28.01 | 12.48 | - |
| YUV | 143.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 85 | 0 | 0.23 | 0.52 | 0.30 | 33.55 | 0.38 | 0.52 |
| Hex | B2 | 89 | 55 | 0 | 17 | 34 | 1E | 22 | 26 | 34 |
| Octal | 262 | 211 | 125 | 0 | 27 | 64 | 36 | 42 | 46 | 64 |
| Binary | 10110010 | 10001001 | 1010101 | 0 | 10111 | 110100 | 11110 | 100010 | 100110 | 110100 |
Color Harmonies of #B28955
Complementary color
Monochromatic Colors of #B28955
Black with #B28955
Text Example
Text Example
White with #B28955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28955; }
p { color: rgb(178,137,85); }
H1.HeaderClassName
{
color: #B28955;
}
.AnyTagClassName
{
color: #B28955;
}
</style>
background-color css
<style>
a { background-color: #B28955; }
a { background-color: rgb(178,137,85); }
div.DivClassName
{
background-color: #B28955;
}
.BgClassName
{
background-color: #B28955;
}
</style>
border-color css
<style>
span { border-color: #B28955; }
span { border-color: rgb(178,137,85); }
td.TdClassName
{
border-color: #B28955;
}
.TagClassName
{
border-color: #B28955;
}
</style>