Shades of Teak #B1885C
Tints of Teak #B1885C
RGB
CMYK
RGB Variations
Color information
#B1885C (or 0xB1885C) is known color: Teak. HEX triplet: B1, 88 and 5C. RGB value is (177,136,92). Sum of RGB (Red+Green+Blue) = 177+136+92=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1885C is #4E77A3. Grayscale: #8F8F8F. Windows color (decimal): -5142436 or 6064305. OLE color: 6064305.
HSL color Cylindrical-coordinate representation of color #B1885C: hue angle of 31.06º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1885C is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 92 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.31 |
| HSL | 31.06º | 0.35% | 0.53% | - |
| HSV(B) | 31.06º | 0.48% | 0.69% | - |
| XYZ | 28.87 | 27.73 | 13.96 | - |
| YUV | 143.24 | 99.08 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 92 | 0 | 0.23 | 0.48 | 0.31 | 31.06 | 0.35 | 0.53 |
| Hex | B1 | 88 | 5C | 0 | 17 | 30 | 1F | 1F | 23 | 35 |
| Octal | 261 | 210 | 134 | 0 | 27 | 60 | 37 | 37 | 43 | 65 |
| Binary | 10110001 | 10001000 | 1011100 | 0 | 10111 | 110000 | 11111 | 11111 | 100011 | 110101 |
Color Harmonies of #B1885C
Complementary color
Monochromatic Colors of #B1885C
Black with #B1885C
Text Example
Text Example
White with #B1885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1885C; }
p { color: rgb(177,136,92); }
H1.HeaderClassName
{
color: #B1885C;
}
.AnyTagClassName
{
color: #B1885C;
}
</style>
background-color css
<style>
a { background-color: #B1885C; }
a { background-color: rgb(177,136,92); }
div.DivClassName
{
background-color: #B1885C;
}
.BgClassName
{
background-color: #B1885C;
}
</style>
border-color css
<style>
span { border-color: #B1885C; }
span { border-color: rgb(177,136,92); }
td.TdClassName
{
border-color: #B1885C;
}
.TagClassName
{
border-color: #B1885C;
}
</style>