Shades of Teak #B18F53
Tints of Teak #B18F53
RGB
CMYK
RGB Variations
Color information
#B18F53 (or 0xB18F53) is known color: Teak. HEX triplet: B1, 8F and 53. RGB value is (177,143,83). Sum of RGB (Red+Green+Blue) = 177+143+83=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F53 is #4E70AC. Grayscale: #929292. Windows color (decimal): -5140653 or 5476273. OLE color: 5476273.
HSL color Cylindrical-coordinate representation of color #B18F53: hue angle of 38.3º 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 #B18F53 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 83 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.31 |
| HSL | 38.3º | 0.38% | 0.51% | - |
| HSV(B) | 38.3º | 0.53% | 0.69% | - |
| XYZ | 29.52 | 29.62 | 12.34 | - |
| YUV | 146.33 | 92.26 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 83 | 0 | 0.19 | 0.53 | 0.31 | 38.3 | 0.38 | 0.51 |
| Hex | B1 | 8F | 53 | 0 | 13 | 35 | 1F | 26 | 26 | 33 |
| Octal | 261 | 217 | 123 | 0 | 23 | 65 | 37 | 46 | 46 | 63 |
| Binary | 10110001 | 10001111 | 1010011 | 0 | 10011 | 110101 | 11111 | 100110 | 100110 | 110011 |
Color Harmonies of #B18F53
Complementary color
Monochromatic Colors of #B18F53
Black with #B18F53
Text Example
Text Example
White with #B18F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F53; }
p { color: rgb(177,143,83); }
H1.HeaderClassName
{
color: #B18F53;
}
.AnyTagClassName
{
color: #B18F53;
}
</style>
background-color css
<style>
a { background-color: #B18F53; }
a { background-color: rgb(177,143,83); }
div.DivClassName
{
background-color: #B18F53;
}
.BgClassName
{
background-color: #B18F53;
}
</style>
border-color css
<style>
span { border-color: #B18F53; }
span { border-color: rgb(177,143,83); }
td.TdClassName
{
border-color: #B18F53;
}
.TagClassName
{
border-color: #B18F53;
}
</style>