Shades of Teak #B1885B
Tints of Teak #B1885B
RGB
CMYK
RGB Variations
Color information
#B1885B (or 0xB1885B) is known color: Teak. HEX triplet: B1, 88 and 5B. RGB value is (177,136,91). Sum of RGB (Red+Green+Blue) = 177+136+91=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1885B is #4E77A4. Grayscale: #8F8F8F. Windows color (decimal): -5142437 or 5998769. OLE color: 5998769.
HSL color Cylindrical-coordinate representation of color #B1885B: hue angle of 31.4º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1885B is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 91 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.31 |
| HSL | 31.4º | 0.36% | 0.53% | - |
| HSV(B) | 31.4º | 0.49% | 0.69% | - |
| XYZ | 28.82 | 27.71 | 13.73 | - |
| YUV | 143.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 91 | 0 | 0.23 | 0.49 | 0.31 | 31.4 | 0.36 | 0.53 |
| Hex | B1 | 88 | 5B | 0 | 17 | 31 | 1F | 1F | 24 | 35 |
| Octal | 261 | 210 | 133 | 0 | 27 | 61 | 37 | 37 | 44 | 65 |
| Binary | 10110001 | 10001000 | 1011011 | 0 | 10111 | 110001 | 11111 | 11111 | 100100 | 110101 |
Color Harmonies of #B1885B
Complementary color
Monochromatic Colors of #B1885B
Black with #B1885B
Text Example
Text Example
White with #B1885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1885B; }
p { color: rgb(177,136,91); }
H1.HeaderClassName
{
color: #B1885B;
}
.AnyTagClassName
{
color: #B1885B;
}
</style>
background-color css
<style>
a { background-color: #B1885B; }
a { background-color: rgb(177,136,91); }
div.DivClassName
{
background-color: #B1885B;
}
.BgClassName
{
background-color: #B1885B;
}
</style>
border-color css
<style>
span { border-color: #B1885B; }
span { border-color: rgb(177,136,91); }
td.TdClassName
{
border-color: #B1885B;
}
.TagClassName
{
border-color: #B1885B;
}
</style>