Shades of Teak #B19151
Tints of Teak #B19151
RGB
CMYK
RGB Variations
Color information
#B19151 (or 0xB19151) is known color: Teak. HEX triplet: B1, 91 and 51. RGB value is (177,145,81). Sum of RGB (Red+Green+Blue) = 177+145+81=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B19151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19151 is #4E6EAE. Grayscale: #939393. Windows color (decimal): -5140143 or 5345713. OLE color: 5345713.
HSL color Cylindrical-coordinate representation of color #B19151: hue angle of 40º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B19151 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 81 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.31 |
| HSL | 40º | 0.38% | 0.51% | - |
| HSV(B) | 40º | 0.54% | 0.69% | - |
| XYZ | 29.74 | 30.19 | 12.04 | - |
| YUV | 147.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 81 | 0 | 0.18 | 0.54 | 0.31 | 40 | 0.38 | 0.51 |
| Hex | B1 | 91 | 51 | 0 | 12 | 36 | 1F | 28 | 26 | 33 |
| Octal | 261 | 221 | 121 | 0 | 22 | 66 | 37 | 50 | 46 | 63 |
| Binary | 10110001 | 10010001 | 1010001 | 0 | 10010 | 110110 | 11111 | 101000 | 100110 | 110011 |
Color Harmonies of #B19151
Complementary color
Monochromatic Colors of #B19151
Black with #B19151
Text Example
Text Example
White with #B19151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19151; }
p { color: rgb(177,145,81); }
H1.HeaderClassName
{
color: #B19151;
}
.AnyTagClassName
{
color: #B19151;
}
</style>
background-color css
<style>
a { background-color: #B19151; }
a { background-color: rgb(177,145,81); }
div.DivClassName
{
background-color: #B19151;
}
.BgClassName
{
background-color: #B19151;
}
</style>
border-color css
<style>
span { border-color: #B19151; }
span { border-color: rgb(177,145,81); }
td.TdClassName
{
border-color: #B19151;
}
.TagClassName
{
border-color: #B19151;
}
</style>