Shades of Teak #B18A5A
Tints of Teak #B18A5A
RGB
CMYK
RGB Variations
Color information
#B18A5A (or 0xB18A5A) is known color: Teak. HEX triplet: B1, 8A and 5A. RGB value is (177,138,90). Sum of RGB (Red+Green+Blue) = 177+138+90=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A5A is #4E75A5. Grayscale: #909090. Windows color (decimal): -5141926 or 5933745. OLE color: 5933745.
HSL color Cylindrical-coordinate representation of color #B18A5A: hue angle of 33.1º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B18A5A is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 90 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.31 |
| HSL | 33.1º | 0.36% | 0.52% | - |
| HSV(B) | 33.1º | 0.49% | 0.69% | - |
| XYZ | 29.07 | 28.26 | 13.6 | - |
| YUV | 144.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 90 | 0 | 0.22 | 0.49 | 0.31 | 33.1 | 0.36 | 0.52 |
| Hex | B1 | 8A | 5A | 0 | 16 | 31 | 1F | 21 | 24 | 34 |
| Octal | 261 | 212 | 132 | 0 | 26 | 61 | 37 | 41 | 44 | 64 |
| Binary | 10110001 | 10001010 | 1011010 | 0 | 10110 | 110001 | 11111 | 100001 | 100100 | 110100 |
Color Harmonies of #B18A5A
Complementary color
Monochromatic Colors of #B18A5A
Black with #B18A5A
Text Example
Text Example
White with #B18A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A5A; }
p { color: rgb(177,138,90); }
H1.HeaderClassName
{
color: #B18A5A;
}
.AnyTagClassName
{
color: #B18A5A;
}
</style>
background-color css
<style>
a { background-color: #B18A5A; }
a { background-color: rgb(177,138,90); }
div.DivClassName
{
background-color: #B18A5A;
}
.BgClassName
{
background-color: #B18A5A;
}
</style>
border-color css
<style>
span { border-color: #B18A5A; }
span { border-color: rgb(177,138,90); }
td.TdClassName
{
border-color: #B18A5A;
}
.TagClassName
{
border-color: #B18A5A;
}
</style>