Shades of Teak #B4884C
Tints of Teak #B4884C
RGB
CMYK
RGB Variations
Color information
#B4884C (or 0xB4884C) is known color: Teak. HEX triplet: B4, 88 and 4C. RGB value is (180,136,76). Sum of RGB (Red+Green+Blue) = 180+136+76=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B4884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4884C is #4B77B3. Grayscale: #8E8E8E. Windows color (decimal): -4945844 or 5015732. OLE color: 5015732.
HSL color Cylindrical-coordinate representation of color #B4884C: hue angle of 34.62º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4884C is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 76 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.29 |
| HSL | 34.62º | 0.41% | 0.5% | - |
| HSV(B) | 34.62º | 0.58% | 0.71% | - |
| XYZ | 28.93 | 27.83 | 10.69 | - |
| YUV | 142.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 76 | 0 | 0.24 | 0.58 | 0.29 | 34.62 | 0.41 | 0.5 |
| Hex | B4 | 88 | 4C | 0 | 18 | 3A | 1D | 23 | 29 | 32 |
| Octal | 264 | 210 | 114 | 0 | 30 | 72 | 35 | 43 | 51 | 62 |
| Binary | 10110100 | 10001000 | 1001100 | 0 | 11000 | 111010 | 11101 | 100011 | 101001 | 110010 |
Color Harmonies of #B4884C
Complementary color
Monochromatic Colors of #B4884C
Black with #B4884C
Text Example
Text Example
White with #B4884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4884C; }
p { color: rgb(180,136,76); }
H1.HeaderClassName
{
color: #B4884C;
}
.AnyTagClassName
{
color: #B4884C;
}
</style>
background-color css
<style>
a { background-color: #B4884C; }
a { background-color: rgb(180,136,76); }
div.DivClassName
{
background-color: #B4884C;
}
.BgClassName
{
background-color: #B4884C;
}
</style>
border-color css
<style>
span { border-color: #B4884C; }
span { border-color: rgb(180,136,76); }
td.TdClassName
{
border-color: #B4884C;
}
.TagClassName
{
border-color: #B4884C;
}
</style>