Shades of Teak #B2855B
Tints of Teak #B2855B
RGB
CMYK
RGB Variations
Color information
#B2855B (or 0xB2855B) is known color: Teak. HEX triplet: B2, 85 and 5B. RGB value is (178,133,91). Sum of RGB (Red+Green+Blue) = 178+133+91=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2855B is #4D7AA4. Grayscale: #8D8D8D. Windows color (decimal): -5077669 or 5998002. OLE color: 5998002.
HSL color Cylindrical-coordinate representation of color #B2855B: hue angle of 28.97º 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 #B2855B is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 91 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.30 |
| HSL | 28.97º | 0.36% | 0.53% | - |
| HSV(B) | 28.97º | 0.49% | 0.7% | - |
| XYZ | 28.64 | 27 | 13.6 | - |
| YUV | 141.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 91 | 0 | 0.25 | 0.49 | 0.30 | 28.97 | 0.36 | 0.53 |
| Hex | B2 | 85 | 5B | 0 | 19 | 31 | 1E | 1D | 24 | 35 |
| Octal | 262 | 205 | 133 | 0 | 31 | 61 | 36 | 35 | 44 | 65 |
| Binary | 10110010 | 10000101 | 1011011 | 0 | 11001 | 110001 | 11110 | 11101 | 100100 | 110101 |
Color Harmonies of #B2855B
Complementary color
Monochromatic Colors of #B2855B
Black with #B2855B
Text Example
Text Example
White with #B2855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2855B; }
p { color: rgb(178,133,91); }
H1.HeaderClassName
{
color: #B2855B;
}
.AnyTagClassName
{
color: #B2855B;
}
</style>
background-color css
<style>
a { background-color: #B2855B; }
a { background-color: rgb(178,133,91); }
div.DivClassName
{
background-color: #B2855B;
}
.BgClassName
{
background-color: #B2855B;
}
</style>
border-color css
<style>
span { border-color: #B2855B; }
span { border-color: rgb(178,133,91); }
td.TdClassName
{
border-color: #B2855B;
}
.TagClassName
{
border-color: #B2855B;
}
</style>