Shades of Teak #B18A4D
Tints of Teak #B18A4D
RGB
CMYK
RGB Variations
Color information
#B18A4D (or 0xB18A4D) is known color: Teak. HEX triplet: B1, 8A and 4D. RGB value is (177,138,77). Sum of RGB (Red+Green+Blue) = 177+138+77=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A4D is #4E75B2. Grayscale: #8E8E8E. Windows color (decimal): -5141939 or 5081777. OLE color: 5081777.
HSL color Cylindrical-coordinate representation of color #B18A4D: hue angle of 36.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B18A4D is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 77 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.31 |
| HSL | 36.6º | 0.39% | 0.5% | - |
| HSV(B) | 36.6º | 0.56% | 0.69% | - |
| XYZ | 28.56 | 28.06 | 10.93 | - |
| YUV | 142.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 77 | 0 | 0.22 | 0.56 | 0.31 | 36.6 | 0.39 | 0.5 |
| Hex | B1 | 8A | 4D | 0 | 16 | 38 | 1F | 25 | 27 | 32 |
| Octal | 261 | 212 | 115 | 0 | 26 | 70 | 37 | 45 | 47 | 62 |
| Binary | 10110001 | 10001010 | 1001101 | 0 | 10110 | 111000 | 11111 | 100101 | 100111 | 110010 |
Color Harmonies of #B18A4D
Complementary color
Monochromatic Colors of #B18A4D
Black with #B18A4D
Text Example
Text Example
White with #B18A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A4D; }
p { color: rgb(177,138,77); }
H1.HeaderClassName
{
color: #B18A4D;
}
.AnyTagClassName
{
color: #B18A4D;
}
</style>
background-color css
<style>
a { background-color: #B18A4D; }
a { background-color: rgb(177,138,77); }
div.DivClassName
{
background-color: #B18A4D;
}
.BgClassName
{
background-color: #B18A4D;
}
</style>
border-color css
<style>
span { border-color: #B18A4D; }
span { border-color: rgb(177,138,77); }
td.TdClassName
{
border-color: #B18A4D;
}
.TagClassName
{
border-color: #B18A4D;
}
</style>