Shades of Teak #B3884C
Tints of Teak #B3884C
RGB
CMYK
RGB Variations
Color information
#B3884C (or 0xB3884C) is known color: Teak. HEX triplet: B3, 88 and 4C. RGB value is (179,136,76). Sum of RGB (Red+Green+Blue) = 179+136+76=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3884C is #4C77B3. Grayscale: #8E8E8E. Windows color (decimal): -5011380 or 5015731. OLE color: 5015731.
HSL color Cylindrical-coordinate representation of color #B3884C: hue angle of 34.95º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3884C is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 76 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.30 |
| HSL | 34.95º | 0.4% | 0.5% | - |
| HSV(B) | 34.95º | 0.58% | 0.7% | - |
| XYZ | 28.7 | 27.71 | 10.67 | - |
| YUV | 142.02 | 90.75 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 76 | 0 | 0.24 | 0.58 | 0.30 | 34.95 | 0.4 | 0.5 |
| Hex | B3 | 88 | 4C | 0 | 18 | 3A | 1E | 23 | 28 | 32 |
| Octal | 263 | 210 | 114 | 0 | 30 | 72 | 36 | 43 | 50 | 62 |
| Binary | 10110011 | 10001000 | 1001100 | 0 | 11000 | 111010 | 11110 | 100011 | 101000 | 110010 |
Color Harmonies of #B3884C
Complementary color
Monochromatic Colors of #B3884C
Black with #B3884C
Text Example
Text Example
White with #B3884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3884C; }
p { color: rgb(179,136,76); }
H1.HeaderClassName
{
color: #B3884C;
}
.AnyTagClassName
{
color: #B3884C;
}
</style>
background-color css
<style>
a { background-color: #B3884C; }
a { background-color: rgb(179,136,76); }
div.DivClassName
{
background-color: #B3884C;
}
.BgClassName
{
background-color: #B3884C;
}
</style>
border-color css
<style>
span { border-color: #B3884C; }
span { border-color: rgb(179,136,76); }
td.TdClassName
{
border-color: #B3884C;
}
.TagClassName
{
border-color: #B3884C;
}
</style>