Shades of Teak #B0855A
Tints of Teak #B0855A
RGB
CMYK
RGB Variations
Color information
#B0855A (or 0xB0855A) is known color: Teak. HEX triplet: B0, 85 and 5A. RGB value is (176,133,90). Sum of RGB (Red+Green+Blue) = 176+133+90=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0855A is #4F7AA5. Grayscale: #8D8D8D. Windows color (decimal): -5208742 or 5932464. OLE color: 5932464.
HSL color Cylindrical-coordinate representation of color #B0855A: hue angle of 30º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0855A is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 90 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.31 |
| HSL | 30º | 0.35% | 0.52% | - |
| HSV(B) | 30º | 0.49% | 0.69% | - |
| XYZ | 28.14 | 26.74 | 13.35 | - |
| YUV | 140.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 90 | 0 | 0.24 | 0.49 | 0.31 | 30 | 0.35 | 0.52 |
| Hex | B0 | 85 | 5A | 0 | 18 | 31 | 1F | 1E | 23 | 34 |
| Octal | 260 | 205 | 132 | 0 | 30 | 61 | 37 | 36 | 43 | 64 |
| Binary | 10110000 | 10000101 | 1011010 | 0 | 11000 | 110001 | 11111 | 11110 | 100011 | 110100 |
Color Harmonies of #B0855A
Complementary color
Monochromatic Colors of #B0855A
Black with #B0855A
Text Example
Text Example
White with #B0855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0855A; }
p { color: rgb(176,133,90); }
H1.HeaderClassName
{
color: #B0855A;
}
.AnyTagClassName
{
color: #B0855A;
}
</style>
background-color css
<style>
a { background-color: #B0855A; }
a { background-color: rgb(176,133,90); }
div.DivClassName
{
background-color: #B0855A;
}
.BgClassName
{
background-color: #B0855A;
}
</style>
border-color css
<style>
span { border-color: #B0855A; }
span { border-color: rgb(176,133,90); }
td.TdClassName
{
border-color: #B0855A;
}
.TagClassName
{
border-color: #B0855A;
}
</style>