Shades of Teak #B0855B
Tints of Teak #B0855B
RGB
CMYK
RGB Variations
Color information
#B0855B (or 0xB0855B) is known color: Teak. HEX triplet: B0, 85 and 5B. RGB value is (176,133,91). Sum of RGB (Red+Green+Blue) = 176+133+91=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0855B is #4F7AA4. Grayscale: #8D8D8D. Windows color (decimal): -5208741 or 5998000. OLE color: 5998000.
HSL color Cylindrical-coordinate representation of color #B0855B: hue angle of 29.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0855B is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 91 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.31 |
| HSL | 29.65º | 0.35% | 0.52% | - |
| HSV(B) | 29.65º | 0.48% | 0.69% | - |
| XYZ | 28.18 | 26.76 | 13.58 | - |
| YUV | 141.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 91 | 0 | 0.24 | 0.48 | 0.31 | 29.65 | 0.35 | 0.52 |
| Hex | B0 | 85 | 5B | 0 | 18 | 30 | 1F | 1E | 23 | 34 |
| Octal | 260 | 205 | 133 | 0 | 30 | 60 | 37 | 36 | 43 | 64 |
| Binary | 10110000 | 10000101 | 1011011 | 0 | 11000 | 110000 | 11111 | 11110 | 100011 | 110100 |
Color Harmonies of #B0855B
Complementary color
Monochromatic Colors of #B0855B
Black with #B0855B
Text Example
Text Example
White with #B0855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0855B; }
p { color: rgb(176,133,91); }
H1.HeaderClassName
{
color: #B0855B;
}
.AnyTagClassName
{
color: #B0855B;
}
</style>
background-color css
<style>
a { background-color: #B0855B; }
a { background-color: rgb(176,133,91); }
div.DivClassName
{
background-color: #B0855B;
}
.BgClassName
{
background-color: #B0855B;
}
</style>
border-color css
<style>
span { border-color: #B0855B; }
span { border-color: rgb(176,133,91); }
td.TdClassName
{
border-color: #B0855B;
}
.TagClassName
{
border-color: #B0855B;
}
</style>