Shades of Teak #B4884D
Tints of Teak #B4884D
RGB
CMYK
RGB Variations
Color information
#B4884D (or 0xB4884D) is known color: Teak. HEX triplet: B4, 88 and 4D. RGB value is (180,136,77). Sum of RGB (Red+Green+Blue) = 180+136+77=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4884D is #4B77B2. Grayscale: #8E8E8E. Windows color (decimal): -4945843 or 5081268. OLE color: 5081268.
HSL color Cylindrical-coordinate representation of color #B4884D: hue angle of 34.37º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4884D is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 77 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.29 |
| HSL | 34.37º | 0.41% | 0.5% | - |
| HSV(B) | 34.37º | 0.57% | 0.71% | - |
| XYZ | 28.97 | 27.85 | 10.87 | - |
| YUV | 142.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 77 | 0 | 0.24 | 0.57 | 0.29 | 34.37 | 0.41 | 0.5 |
| Hex | B4 | 88 | 4D | 0 | 18 | 39 | 1D | 22 | 29 | 32 |
| Octal | 264 | 210 | 115 | 0 | 30 | 71 | 35 | 42 | 51 | 62 |
| Binary | 10110100 | 10001000 | 1001101 | 0 | 11000 | 111001 | 11101 | 100010 | 101001 | 110010 |
Color Harmonies of #B4884D
Complementary color
Monochromatic Colors of #B4884D
Black with #B4884D
Text Example
Text Example
White with #B4884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4884D; }
p { color: rgb(180,136,77); }
H1.HeaderClassName
{
color: #B4884D;
}
.AnyTagClassName
{
color: #B4884D;
}
</style>
background-color css
<style>
a { background-color: #B4884D; }
a { background-color: rgb(180,136,77); }
div.DivClassName
{
background-color: #B4884D;
}
.BgClassName
{
background-color: #B4884D;
}
</style>
border-color css
<style>
span { border-color: #B4884D; }
span { border-color: rgb(180,136,77); }
td.TdClassName
{
border-color: #B4884D;
}
.TagClassName
{
border-color: #B4884D;
}
</style>