Shades of Teak #B18D4B
Tints of Teak #B18D4B
RGB
CMYK
RGB Variations
Color information
#B18D4B (or 0xB18D4B) is known color: Teak. HEX triplet: B1, 8D and 4B. RGB value is (177,141,75). Sum of RGB (Red+Green+Blue) = 177+141+75=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D4B is #4E72B4. Grayscale: #909090. Windows color (decimal): -5141173 or 4951473. OLE color: 4951473.
HSL color Cylindrical-coordinate representation of color #B18D4B: hue angle of 38.82º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B18D4B is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 75 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.31 |
| HSL | 38.82º | 0.4% | 0.49% | - |
| HSV(B) | 38.82º | 0.58% | 0.69% | - |
| XYZ | 28.93 | 28.9 | 10.71 | - |
| YUV | 144.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 75 | 0 | 0.20 | 0.58 | 0.31 | 38.82 | 0.4 | 0.49 |
| Hex | B1 | 8D | 4B | 0 | 14 | 3A | 1F | 27 | 28 | 31 |
| Octal | 261 | 215 | 113 | 0 | 24 | 72 | 37 | 47 | 50 | 61 |
| Binary | 10110001 | 10001101 | 1001011 | 0 | 10100 | 111010 | 11111 | 100111 | 101000 | 110001 |
Color Harmonies of #B18D4B
Complementary color
Monochromatic Colors of #B18D4B
Black with #B18D4B
Text Example
Text Example
White with #B18D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D4B; }
p { color: rgb(177,141,75); }
H1.HeaderClassName
{
color: #B18D4B;
}
.AnyTagClassName
{
color: #B18D4B;
}
</style>
background-color css
<style>
a { background-color: #B18D4B; }
a { background-color: rgb(177,141,75); }
div.DivClassName
{
background-color: #B18D4B;
}
.BgClassName
{
background-color: #B18D4B;
}
</style>
border-color css
<style>
span { border-color: #B18D4B; }
span { border-color: rgb(177,141,75); }
td.TdClassName
{
border-color: #B18D4B;
}
.TagClassName
{
border-color: #B18D4B;
}
</style>