Shades of Teak #B1904F
Tints of Teak #B1904F
RGB
CMYK
RGB Variations
Color information
#B1904F (or 0xB1904F) is known color: Teak. HEX triplet: B1, 90 and 4F. RGB value is (177,144,79). Sum of RGB (Red+Green+Blue) = 177+144+79=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1904F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1904F is #4E6FB0. Grayscale: #929292. Windows color (decimal): -5140401 or 5214385. OLE color: 5214385.
HSL color Cylindrical-coordinate representation of color #B1904F: hue angle of 39.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1904F is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 79 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.31 |
| HSL | 39.8º | 0.39% | 0.5% | - |
| HSV(B) | 39.8º | 0.55% | 0.69% | - |
| XYZ | 29.52 | 29.86 | 11.6 | - |
| YUV | 146.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 79 | 0 | 0.19 | 0.55 | 0.31 | 39.8 | 0.39 | 0.5 |
| Hex | B1 | 90 | 4F | 0 | 13 | 37 | 1F | 28 | 27 | 32 |
| Octal | 261 | 220 | 117 | 0 | 23 | 67 | 37 | 50 | 47 | 62 |
| Binary | 10110001 | 10010000 | 1001111 | 0 | 10011 | 110111 | 11111 | 101000 | 100111 | 110010 |
Color Harmonies of #B1904F
Complementary color
Monochromatic Colors of #B1904F
Black with #B1904F
Text Example
Text Example
White with #B1904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1904F; }
p { color: rgb(177,144,79); }
H1.HeaderClassName
{
color: #B1904F;
}
.AnyTagClassName
{
color: #B1904F;
}
</style>
background-color css
<style>
a { background-color: #B1904F; }
a { background-color: rgb(177,144,79); }
div.DivClassName
{
background-color: #B1904F;
}
.BgClassName
{
background-color: #B1904F;
}
</style>
border-color css
<style>
span { border-color: #B1904F; }
span { border-color: rgb(177,144,79); }
td.TdClassName
{
border-color: #B1904F;
}
.TagClassName
{
border-color: #B1904F;
}
</style>