Shades of Teak #B28850
Tints of Teak #B28850
RGB
CMYK
RGB Variations
Color information
#B28850 (or 0xB28850) is known color: Teak. HEX triplet: B2, 88 and 50. RGB value is (178,136,80). Sum of RGB (Red+Green+Blue) = 178+136+80=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B28850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28850 is #4D77AF. Grayscale: #8E8E8E. Windows color (decimal): -5076912 or 5277874. OLE color: 5277874.
HSL color Cylindrical-coordinate representation of color #B28850: hue angle of 34.29º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B28850 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 80 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.30 |
| HSL | 34.29º | 0.39% | 0.51% | - |
| HSV(B) | 34.29º | 0.55% | 0.7% | - |
| XYZ | 28.61 | 27.65 | 11.42 | - |
| YUV | 142.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 80 | 0 | 0.24 | 0.55 | 0.30 | 34.29 | 0.39 | 0.51 |
| Hex | B2 | 88 | 50 | 0 | 18 | 37 | 1E | 22 | 27 | 33 |
| Octal | 262 | 210 | 120 | 0 | 30 | 67 | 36 | 42 | 47 | 63 |
| Binary | 10110010 | 10001000 | 1010000 | 0 | 11000 | 110111 | 11110 | 100010 | 100111 | 110011 |
Color Harmonies of #B28850
Complementary color
Monochromatic Colors of #B28850
Black with #B28850
Text Example
Text Example
White with #B28850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28850; }
p { color: rgb(178,136,80); }
H1.HeaderClassName
{
color: #B28850;
}
.AnyTagClassName
{
color: #B28850;
}
</style>
background-color css
<style>
a { background-color: #B28850; }
a { background-color: rgb(178,136,80); }
div.DivClassName
{
background-color: #B28850;
}
.BgClassName
{
background-color: #B28850;
}
</style>
border-color css
<style>
span { border-color: #B28850; }
span { border-color: rgb(178,136,80); }
td.TdClassName
{
border-color: #B28850;
}
.TagClassName
{
border-color: #B28850;
}
</style>