Shades of Teak #B2865C
Tints of Teak #B2865C
RGB
CMYK
RGB Variations
Color information
#B2865C (or 0xB2865C) is known color: Teak. HEX triplet: B2, 86 and 5C. RGB value is (178,134,92). Sum of RGB (Red+Green+Blue) = 178+134+92=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2865C is #4D79A3. Grayscale: #8E8E8E. Windows color (decimal): -5077412 or 6063794. OLE color: 6063794.
HSL color Cylindrical-coordinate representation of color #B2865C: hue angle of 29.3º 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 #B2865C is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 134 | 92 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.30 |
| HSL | 29.3º | 0.36% | 0.53% | - |
| HSV(B) | 29.3º | 0.48% | 0.7% | - |
| XYZ | 28.82 | 27.29 | 13.87 | - |
| YUV | 142.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 92 | 0 | 0.25 | 0.48 | 0.30 | 29.3 | 0.36 | 0.53 |
| Hex | B2 | 86 | 5C | 0 | 19 | 30 | 1E | 1D | 24 | 35 |
| Octal | 262 | 206 | 134 | 0 | 31 | 60 | 36 | 35 | 44 | 65 |
| Binary | 10110010 | 10000110 | 1011100 | 0 | 11001 | 110000 | 11110 | 11101 | 100100 | 110101 |
Color Harmonies of #B2865C
Complementary color
Monochromatic Colors of #B2865C
Black with #B2865C
Text Example
Text Example
White with #B2865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2865C; }
p { color: rgb(178,134,92); }
H1.HeaderClassName
{
color: #B2865C;
}
.AnyTagClassName
{
color: #B2865C;
}
</style>
background-color css
<style>
a { background-color: #B2865C; }
a { background-color: rgb(178,134,92); }
div.DivClassName
{
background-color: #B2865C;
}
.BgClassName
{
background-color: #B2865C;
}
</style>
border-color css
<style>
span { border-color: #B2865C; }
span { border-color: rgb(178,134,92); }
td.TdClassName
{
border-color: #B2865C;
}
.TagClassName
{
border-color: #B2865C;
}
</style>