Shades of Teak #B1884D
Tints of Teak #B1884D
RGB
CMYK
RGB Variations
Color information
#B1884D (or 0xB1884D) is known color: Teak. HEX triplet: B1, 88 and 4D. RGB value is (177,136,77). Sum of RGB (Red+Green+Blue) = 177+136+77=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1884D is #4E77B2. Grayscale: #8D8D8D. Windows color (decimal): -5142451 or 5081265. OLE color: 5081265.
HSL color Cylindrical-coordinate representation of color #B1884D: hue angle of 35.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1884D is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 77 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.31 |
| HSL | 35.4º | 0.39% | 0.5% | - |
| HSV(B) | 35.4º | 0.56% | 0.69% | - |
| XYZ | 28.28 | 27.49 | 10.84 | - |
| YUV | 141.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 77 | 0 | 0.23 | 0.56 | 0.31 | 35.4 | 0.39 | 0.5 |
| Hex | B1 | 88 | 4D | 0 | 17 | 38 | 1F | 23 | 27 | 32 |
| Octal | 261 | 210 | 115 | 0 | 27 | 70 | 37 | 43 | 47 | 62 |
| Binary | 10110001 | 10001000 | 1001101 | 0 | 10111 | 111000 | 11111 | 100011 | 100111 | 110010 |
Color Harmonies of #B1884D
Complementary color
Monochromatic Colors of #B1884D
Black with #B1884D
Text Example
Text Example
White with #B1884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1884D; }
p { color: rgb(177,136,77); }
H1.HeaderClassName
{
color: #B1884D;
}
.AnyTagClassName
{
color: #B1884D;
}
</style>
background-color css
<style>
a { background-color: #B1884D; }
a { background-color: rgb(177,136,77); }
div.DivClassName
{
background-color: #B1884D;
}
.BgClassName
{
background-color: #B1884D;
}
</style>
border-color css
<style>
span { border-color: #B1884D; }
span { border-color: rgb(177,136,77); }
td.TdClassName
{
border-color: #B1884D;
}
.TagClassName
{
border-color: #B1884D;
}
</style>