Shades of Teak #B2885C
Tints of Teak #B2885C
RGB
CMYK
RGB Variations
Color information
#B2885C (or 0xB2885C) is known color: Teak. HEX triplet: B2, 88 and 5C. RGB value is (178,136,92). Sum of RGB (Red+Green+Blue) = 178+136+92=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2885C is #4D77A3. Grayscale: #8F8F8F. Windows color (decimal): -5076900 or 6064306. OLE color: 6064306.
HSL color Cylindrical-coordinate representation of color #B2885C: hue angle of 30.7º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2885C is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 136 | 92 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.30 |
| HSL | 30.7º | 0.36% | 0.53% | - |
| HSV(B) | 30.7º | 0.48% | 0.7% | - |
| XYZ | 29.1 | 27.85 | 13.97 | - |
| YUV | 143.54 | 98.91 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 136 | 92 | 0 | 0.24 | 0.48 | 0.30 | 30.7 | 0.36 | 0.53 |
| Hex | B2 | 88 | 5C | 0 | 18 | 30 | 1E | 1F | 24 | 35 |
| Octal | 262 | 210 | 134 | 0 | 30 | 60 | 36 | 37 | 44 | 65 |
| Binary | 10110010 | 10001000 | 1011100 | 0 | 11000 | 110000 | 11110 | 11111 | 100100 | 110101 |
Color Harmonies of #B2885C
Complementary color
Monochromatic Colors of #B2885C
Black with #B2885C
Text Example
Text Example
White with #B2885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2885C; }
p { color: rgb(178,136,92); }
H1.HeaderClassName
{
color: #B2885C;
}
.AnyTagClassName
{
color: #B2885C;
}
</style>
background-color css
<style>
a { background-color: #B2885C; }
a { background-color: rgb(178,136,92); }
div.DivClassName
{
background-color: #B2885C;
}
.BgClassName
{
background-color: #B2885C;
}
</style>
border-color css
<style>
span { border-color: #B2885C; }
span { border-color: rgb(178,136,92); }
td.TdClassName
{
border-color: #B2885C;
}
.TagClassName
{
border-color: #B2885C;
}
</style>