Shades of Teak #B1875B
Tints of Teak #B1875B
RGB
CMYK
RGB Variations
Color information
#B1875B (or 0xB1875B) is known color: Teak. HEX triplet: B1, 87 and 5B. RGB value is (177,135,91). Sum of RGB (Red+Green+Blue) = 177+135+91=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1875B is #4E78A4. Grayscale: #8E8E8E. Windows color (decimal): -5142693 or 5998513. OLE color: 5998513.
HSL color Cylindrical-coordinate representation of color #B1875B: hue angle of 30.7º 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 #B1875B is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 91 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.31 |
| HSL | 30.7º | 0.36% | 0.53% | - |
| HSV(B) | 30.7º | 0.49% | 0.69% | - |
| XYZ | 28.68 | 27.43 | 13.68 | - |
| YUV | 142.54 | 98.91 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 91 | 0 | 0.24 | 0.49 | 0.31 | 30.7 | 0.36 | 0.53 |
| Hex | B1 | 87 | 5B | 0 | 18 | 31 | 1F | 1F | 24 | 35 |
| Octal | 261 | 207 | 133 | 0 | 30 | 61 | 37 | 37 | 44 | 65 |
| Binary | 10110001 | 10000111 | 1011011 | 0 | 11000 | 110001 | 11111 | 11111 | 100100 | 110101 |
Color Harmonies of #B1875B
Complementary color
Monochromatic Colors of #B1875B
Black with #B1875B
Text Example
Text Example
White with #B1875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1875B; }
p { color: rgb(177,135,91); }
H1.HeaderClassName
{
color: #B1875B;
}
.AnyTagClassName
{
color: #B1875B;
}
</style>
background-color css
<style>
a { background-color: #B1875B; }
a { background-color: rgb(177,135,91); }
div.DivClassName
{
background-color: #B1875B;
}
.BgClassName
{
background-color: #B1875B;
}
</style>
border-color css
<style>
span { border-color: #B1875B; }
span { border-color: rgb(177,135,91); }
td.TdClassName
{
border-color: #B1875B;
}
.TagClassName
{
border-color: #B1875B;
}
</style>