Shades of Teak #B2865B
Tints of Teak #B2865B
RGB
CMYK
RGB Variations
Color information
#B2865B (or 0xB2865B) is known color: Teak. HEX triplet: B2, 86 and 5B. RGB value is (178,134,91). Sum of RGB (Red+Green+Blue) = 178+134+91=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2865B is #4D79A4. Grayscale: #8E8E8E. Windows color (decimal): -5077413 or 5998258. OLE color: 5998258.
HSL color Cylindrical-coordinate representation of color #B2865B: hue angle of 29.66º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2865B is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 134 | 91 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.30 |
| HSL | 29.66º | 0.36% | 0.53% | - |
| HSV(B) | 29.66º | 0.49% | 0.7% | - |
| XYZ | 28.77 | 27.27 | 13.64 | - |
| YUV | 142.25 | 99.08 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 91 | 0 | 0.25 | 0.49 | 0.30 | 29.66 | 0.36 | 0.53 |
| Hex | B2 | 86 | 5B | 0 | 19 | 31 | 1E | 1E | 24 | 35 |
| Octal | 262 | 206 | 133 | 0 | 31 | 61 | 36 | 36 | 44 | 65 |
| Binary | 10110010 | 10000110 | 1011011 | 0 | 11001 | 110001 | 11110 | 11110 | 100100 | 110101 |
Color Harmonies of #B2865B
Complementary color
Monochromatic Colors of #B2865B
Black with #B2865B
Text Example
Text Example
White with #B2865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2865B; }
p { color: rgb(178,134,91); }
H1.HeaderClassName
{
color: #B2865B;
}
.AnyTagClassName
{
color: #B2865B;
}
</style>
background-color css
<style>
a { background-color: #B2865B; }
a { background-color: rgb(178,134,91); }
div.DivClassName
{
background-color: #B2865B;
}
.BgClassName
{
background-color: #B2865B;
}
</style>
border-color css
<style>
span { border-color: #B2865B; }
span { border-color: rgb(178,134,91); }
td.TdClassName
{
border-color: #B2865B;
}
.TagClassName
{
border-color: #B2865B;
}
</style>