Shades of Teak #B3885A
Tints of Teak #B3885A
RGB
CMYK
RGB Variations
Color information
#B3885A (or 0xB3885A) is known color: Teak. HEX triplet: B3, 88 and 5A. RGB value is (179,136,90). Sum of RGB (Red+Green+Blue) = 179+136+90=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B3885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3885A is #4C77A5. Grayscale: #8F8F8F. Windows color (decimal): -5011366 or 5933235. OLE color: 5933235.
HSL color Cylindrical-coordinate representation of color #B3885A: hue angle of 31.01º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3885A is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 90 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.30 |
| HSL | 31.01º | 0.37% | 0.53% | - |
| HSV(B) | 31.01º | 0.5% | 0.7% | - |
| XYZ | 29.24 | 27.93 | 13.52 | - |
| YUV | 143.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 90 | 0 | 0.24 | 0.50 | 0.30 | 31.01 | 0.37 | 0.53 |
| Hex | B3 | 88 | 5A | 0 | 18 | 32 | 1E | 1F | 25 | 35 |
| Octal | 263 | 210 | 132 | 0 | 30 | 62 | 36 | 37 | 45 | 65 |
| Binary | 10110011 | 10001000 | 1011010 | 0 | 11000 | 110010 | 11110 | 11111 | 100101 | 110101 |
Color Harmonies of #B3885A
Complementary color
Monochromatic Colors of #B3885A
Black with #B3885A
Text Example
Text Example
White with #B3885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3885A; }
p { color: rgb(179,136,90); }
H1.HeaderClassName
{
color: #B3885A;
}
.AnyTagClassName
{
color: #B3885A;
}
</style>
background-color css
<style>
a { background-color: #B3885A; }
a { background-color: rgb(179,136,90); }
div.DivClassName
{
background-color: #B3885A;
}
.BgClassName
{
background-color: #B3885A;
}
</style>
border-color css
<style>
span { border-color: #B3885A; }
span { border-color: rgb(179,136,90); }
td.TdClassName
{
border-color: #B3885A;
}
.TagClassName
{
border-color: #B3885A;
}
</style>