Shades of Teak #B18A52
Tints of Teak #B18A52
RGB
CMYK
RGB Variations
Color information
#B18A52 (or 0xB18A52) is known color: Teak. HEX triplet: B1, 8A and 52. RGB value is (177,138,82). Sum of RGB (Red+Green+Blue) = 177+138+82=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A52 is #4E75AD. Grayscale: #8F8F8F. Windows color (decimal): -5141934 or 5409457. OLE color: 5409457.
HSL color Cylindrical-coordinate representation of color #B18A52: hue angle of 35.37º 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 #B18A52 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 82 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.31 |
| HSL | 35.37º | 0.38% | 0.51% | - |
| HSV(B) | 35.37º | 0.54% | 0.69% | - |
| XYZ | 28.74 | 28.13 | 11.9 | - |
| YUV | 143.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 82 | 0 | 0.22 | 0.54 | 0.31 | 35.37 | 0.38 | 0.51 |
| Hex | B1 | 8A | 52 | 0 | 16 | 36 | 1F | 23 | 26 | 33 |
| Octal | 261 | 212 | 122 | 0 | 26 | 66 | 37 | 43 | 46 | 63 |
| Binary | 10110001 | 10001010 | 1010010 | 0 | 10110 | 110110 | 11111 | 100011 | 100110 | 110011 |
Color Harmonies of #B18A52
Complementary color
Monochromatic Colors of #B18A52
Black with #B18A52
Text Example
Text Example
White with #B18A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A52; }
p { color: rgb(177,138,82); }
H1.HeaderClassName
{
color: #B18A52;
}
.AnyTagClassName
{
color: #B18A52;
}
</style>
background-color css
<style>
a { background-color: #B18A52; }
a { background-color: rgb(177,138,82); }
div.DivClassName
{
background-color: #B18A52;
}
.BgClassName
{
background-color: #B18A52;
}
</style>
border-color css
<style>
span { border-color: #B18A52; }
span { border-color: rgb(177,138,82); }
td.TdClassName
{
border-color: #B18A52;
}
.TagClassName
{
border-color: #B18A52;
}
</style>