Shades of Teak #B18A50
Tints of Teak #B18A50
RGB
CMYK
RGB Variations
Color information
#B18A50 (or 0xB18A50) is known color: Teak. HEX triplet: B1, 8A and 50. RGB value is (177,138,80). Sum of RGB (Red+Green+Blue) = 177+138+80=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A50 is #4E75AF. Grayscale: #8F8F8F. Windows color (decimal): -5141936 or 5278385. OLE color: 5278385.
HSL color Cylindrical-coordinate representation of color #B18A50: hue angle of 35.88º degrees, saturation: 0.38, 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 #B18A50 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 80 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.31 |
| HSL | 35.88º | 0.38% | 0.5% | - |
| HSV(B) | 35.88º | 0.55% | 0.69% | - |
| XYZ | 28.67 | 28.1 | 11.5 | - |
| YUV | 143.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 80 | 0 | 0.22 | 0.55 | 0.31 | 35.88 | 0.38 | 0.5 |
| Hex | B1 | 8A | 50 | 0 | 16 | 37 | 1F | 24 | 26 | 32 |
| Octal | 261 | 212 | 120 | 0 | 26 | 67 | 37 | 44 | 46 | 62 |
| Binary | 10110001 | 10001010 | 1010000 | 0 | 10110 | 110111 | 11111 | 100100 | 100110 | 110010 |
Color Harmonies of #B18A50
Complementary color
Monochromatic Colors of #B18A50
Black with #B18A50
Text Example
Text Example
White with #B18A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A50; }
p { color: rgb(177,138,80); }
H1.HeaderClassName
{
color: #B18A50;
}
.AnyTagClassName
{
color: #B18A50;
}
</style>
background-color css
<style>
a { background-color: #B18A50; }
a { background-color: rgb(177,138,80); }
div.DivClassName
{
background-color: #B18A50;
}
.BgClassName
{
background-color: #B18A50;
}
</style>
border-color css
<style>
span { border-color: #B18A50; }
span { border-color: rgb(177,138,80); }
td.TdClassName
{
border-color: #B18A50;
}
.TagClassName
{
border-color: #B18A50;
}
</style>