Shades of Teak #B4875A
Tints of Teak #B4875A
RGB
CMYK
RGB Variations
Color information
#B4875A (or 0xB4875A) is known color: Teak. HEX triplet: B4, 87 and 5A. RGB value is (180,135,90). Sum of RGB (Red+Green+Blue) = 180+135+90=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4875A is #4B78A5. Grayscale: #8F8F8F. Windows color (decimal): -4946086 or 5932980. OLE color: 5932980.
HSL color Cylindrical-coordinate representation of color #B4875A: hue angle of 30º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4875A is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 135 | 90 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.29 |
| HSL | 30º | 0.38% | 0.53% | - |
| HSV(B) | 30º | 0.5% | 0.71% | - |
| XYZ | 29.33 | 27.77 | 13.49 | - |
| YUV | 143.33 | 97.91 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 90 | 0 | 0.25 | 0.50 | 0.29 | 30 | 0.38 | 0.53 |
| Hex | B4 | 87 | 5A | 0 | 19 | 32 | 1D | 1E | 26 | 35 |
| Octal | 264 | 207 | 132 | 0 | 31 | 62 | 35 | 36 | 46 | 65 |
| Binary | 10110100 | 10000111 | 1011010 | 0 | 11001 | 110010 | 11101 | 11110 | 100110 | 110101 |
Color Harmonies of #B4875A
Complementary color
Monochromatic Colors of #B4875A
Black with #B4875A
Text Example
Text Example
White with #B4875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4875A; }
p { color: rgb(180,135,90); }
H1.HeaderClassName
{
color: #B4875A;
}
.AnyTagClassName
{
color: #B4875A;
}
</style>
background-color css
<style>
a { background-color: #B4875A; }
a { background-color: rgb(180,135,90); }
div.DivClassName
{
background-color: #B4875A;
}
.BgClassName
{
background-color: #B4875A;
}
</style>
border-color css
<style>
span { border-color: #B4875A; }
span { border-color: rgb(180,135,90); }
td.TdClassName
{
border-color: #B4875A;
}
.TagClassName
{
border-color: #B4875A;
}
</style>