Shades of Teak #B1875A
Tints of Teak #B1875A
RGB
CMYK
RGB Variations
Color information
#B1875A (or 0xB1875A) is known color: Teak. HEX triplet: B1, 87 and 5A. RGB value is (177,135,90). Sum of RGB (Red+Green+Blue) = 177+135+90=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B1875A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1875A is #4E78A5. Grayscale: #8E8E8E. Windows color (decimal): -5142694 or 5932977. OLE color: 5932977.
HSL color Cylindrical-coordinate representation of color #B1875A: hue angle of 31.03º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1875A is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 90 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.31 |
| HSL | 31.03º | 0.36% | 0.52% | - |
| HSV(B) | 31.03º | 0.49% | 0.69% | - |
| XYZ | 28.64 | 27.41 | 13.45 | - |
| YUV | 142.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 90 | 0 | 0.24 | 0.49 | 0.31 | 31.03 | 0.36 | 0.52 |
| Hex | B1 | 87 | 5A | 0 | 18 | 31 | 1F | 1F | 24 | 34 |
| Octal | 261 | 207 | 132 | 0 | 30 | 61 | 37 | 37 | 44 | 64 |
| Binary | 10110001 | 10000111 | 1011010 | 0 | 11000 | 110001 | 11111 | 11111 | 100100 | 110100 |
Color Harmonies of #B1875A
Complementary color
Monochromatic Colors of #B1875A
Black with #B1875A
Text Example
Text Example
White with #B1875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1875A; }
p { color: rgb(177,135,90); }
H1.HeaderClassName
{
color: #B1875A;
}
.AnyTagClassName
{
color: #B1875A;
}
</style>
background-color css
<style>
a { background-color: #B1875A; }
a { background-color: rgb(177,135,90); }
div.DivClassName
{
background-color: #B1875A;
}
.BgClassName
{
background-color: #B1875A;
}
</style>
border-color css
<style>
span { border-color: #B1875A; }
span { border-color: rgb(177,135,90); }
td.TdClassName
{
border-color: #B1875A;
}
.TagClassName
{
border-color: #B1875A;
}
</style>