Shades of Teak #B1855B
Tints of Teak #B1855B
RGB
CMYK
RGB Variations
Color information
#B1855B (or 0xB1855B) is known color: Teak. HEX triplet: B1, 85 and 5B. RGB value is (177,133,91). Sum of RGB (Red+Green+Blue) = 177+133+91=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1855B is #4E7AA4. Grayscale: #8D8D8D. Windows color (decimal): -5143205 or 5998001. OLE color: 5998001.
HSL color Cylindrical-coordinate representation of color #B1855B: hue angle of 29.3º 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 #B1855B is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 91 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.31 |
| HSL | 29.3º | 0.36% | 0.53% | - |
| HSV(B) | 29.3º | 0.49% | 0.69% | - |
| XYZ | 28.41 | 26.88 | 13.59 | - |
| YUV | 141.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 91 | 0 | 0.25 | 0.49 | 0.31 | 29.3 | 0.36 | 0.53 |
| Hex | B1 | 85 | 5B | 0 | 19 | 31 | 1F | 1D | 24 | 35 |
| Octal | 261 | 205 | 133 | 0 | 31 | 61 | 37 | 35 | 44 | 65 |
| Binary | 10110001 | 10000101 | 1011011 | 0 | 11001 | 110001 | 11111 | 11101 | 100100 | 110101 |
Color Harmonies of #B1855B
Complementary color
Monochromatic Colors of #B1855B
Black with #B1855B
Text Example
Text Example
White with #B1855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1855B; }
p { color: rgb(177,133,91); }
H1.HeaderClassName
{
color: #B1855B;
}
.AnyTagClassName
{
color: #B1855B;
}
</style>
background-color css
<style>
a { background-color: #B1855B; }
a { background-color: rgb(177,133,91); }
div.DivClassName
{
background-color: #B1855B;
}
.BgClassName
{
background-color: #B1855B;
}
</style>
border-color css
<style>
span { border-color: #B1855B; }
span { border-color: rgb(177,133,91); }
td.TdClassName
{
border-color: #B1855B;
}
.TagClassName
{
border-color: #B1855B;
}
</style>