Shades of Teak #B18A5B
Tints of Teak #B18A5B
RGB
CMYK
RGB Variations
Color information
#B18A5B (or 0xB18A5B) is known color: Teak. HEX triplet: B1, 8A and 5B. RGB value is (177,138,91). Sum of RGB (Red+Green+Blue) = 177+138+91=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A5B is #4E75A4. Grayscale: #909090. Windows color (decimal): -5141925 or 5999281. OLE color: 5999281.
HSL color Cylindrical-coordinate representation of color #B18A5B: hue angle of 32.79º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B18A5B is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 91 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.31 |
| HSL | 32.79º | 0.36% | 0.53% | - |
| HSV(B) | 32.79º | 0.49% | 0.69% | - |
| XYZ | 29.11 | 28.28 | 13.82 | - |
| YUV | 144.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 91 | 0 | 0.22 | 0.49 | 0.31 | 32.79 | 0.36 | 0.53 |
| Hex | B1 | 8A | 5B | 0 | 16 | 31 | 1F | 21 | 24 | 35 |
| Octal | 261 | 212 | 133 | 0 | 26 | 61 | 37 | 41 | 44 | 65 |
| Binary | 10110001 | 10001010 | 1011011 | 0 | 10110 | 110001 | 11111 | 100001 | 100100 | 110101 |
Color Harmonies of #B18A5B
Complementary color
Monochromatic Colors of #B18A5B
Black with #B18A5B
Text Example
Text Example
White with #B18A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A5B; }
p { color: rgb(177,138,91); }
H1.HeaderClassName
{
color: #B18A5B;
}
.AnyTagClassName
{
color: #B18A5B;
}
</style>
background-color css
<style>
a { background-color: #B18A5B; }
a { background-color: rgb(177,138,91); }
div.DivClassName
{
background-color: #B18A5B;
}
.BgClassName
{
background-color: #B18A5B;
}
</style>
border-color css
<style>
span { border-color: #B18A5B; }
span { border-color: rgb(177,138,91); }
td.TdClassName
{
border-color: #B18A5B;
}
.TagClassName
{
border-color: #B18A5B;
}
</style>