Shades of Teak #B1875D
Tints of Teak #B1875D
RGB
CMYK
RGB Variations
Color information
#B1875D (or 0xB1875D) is known color: Teak. HEX triplet: B1, 87 and 5D. RGB value is (177,135,93). Sum of RGB (Red+Green+Blue) = 177+135+93=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1875D is #4E78A2. Grayscale: #8E8E8E. Windows color (decimal): -5142691 or 6129585. OLE color: 6129585.
HSL color Cylindrical-coordinate representation of color #B1875D: hue angle of 30º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1875D is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 93 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.31 |
| HSL | 30º | 0.35% | 0.53% | - |
| HSV(B) | 30º | 0.47% | 0.69% | - |
| XYZ | 28.77 | 27.47 | 14.14 | - |
| YUV | 142.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 93 | 0 | 0.24 | 0.47 | 0.31 | 30 | 0.35 | 0.53 |
| Hex | B1 | 87 | 5D | 0 | 18 | 2F | 1F | 1E | 23 | 35 |
| Octal | 261 | 207 | 135 | 0 | 30 | 57 | 37 | 36 | 43 | 65 |
| Binary | 10110001 | 10000111 | 1011101 | 0 | 11000 | 101111 | 11111 | 11110 | 100011 | 110101 |
Color Harmonies of #B1875D
Complementary color
Monochromatic Colors of #B1875D
Black with #B1875D
Text Example
Text Example
White with #B1875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1875D; }
p { color: rgb(177,135,93); }
H1.HeaderClassName
{
color: #B1875D;
}
.AnyTagClassName
{
color: #B1875D;
}
</style>
background-color css
<style>
a { background-color: #B1875D; }
a { background-color: rgb(177,135,93); }
div.DivClassName
{
background-color: #B1875D;
}
.BgClassName
{
background-color: #B1875D;
}
</style>
border-color css
<style>
span { border-color: #B1875D; }
span { border-color: rgb(177,135,93); }
td.TdClassName
{
border-color: #B1875D;
}
.TagClassName
{
border-color: #B1875D;
}
</style>