Shades of Teak #B19053
Tints of Teak #B19053
RGB
CMYK
RGB Variations
Color information
#B19053 (or 0xB19053) is known color: Teak. HEX triplet: B1, 90 and 53. RGB value is (177,144,83). Sum of RGB (Red+Green+Blue) = 177+144+83=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B19053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19053 is #4E6FAC. Grayscale: #939393. Windows color (decimal): -5140397 or 5476529. OLE color: 5476529.
HSL color Cylindrical-coordinate representation of color #B19053: hue angle of 38.94º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B19053 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 83 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.31 |
| HSL | 38.94º | 0.38% | 0.51% | - |
| HSV(B) | 38.94º | 0.53% | 0.69% | - |
| XYZ | 29.67 | 29.92 | 12.39 | - |
| YUV | 146.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 83 | 0 | 0.19 | 0.53 | 0.31 | 38.94 | 0.38 | 0.51 |
| Hex | B1 | 90 | 53 | 0 | 13 | 35 | 1F | 27 | 26 | 33 |
| Octal | 261 | 220 | 123 | 0 | 23 | 65 | 37 | 47 | 46 | 63 |
| Binary | 10110001 | 10010000 | 1010011 | 0 | 10011 | 110101 | 11111 | 100111 | 100110 | 110011 |
Color Harmonies of #B19053
Complementary color
Monochromatic Colors of #B19053
Black with #B19053
Text Example
Text Example
White with #B19053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19053; }
p { color: rgb(177,144,83); }
H1.HeaderClassName
{
color: #B19053;
}
.AnyTagClassName
{
color: #B19053;
}
</style>
background-color css
<style>
a { background-color: #B19053; }
a { background-color: rgb(177,144,83); }
div.DivClassName
{
background-color: #B19053;
}
.BgClassName
{
background-color: #B19053;
}
</style>
border-color css
<style>
span { border-color: #B19053; }
span { border-color: rgb(177,144,83); }
td.TdClassName
{
border-color: #B19053;
}
.TagClassName
{
border-color: #B19053;
}
</style>