Shades of Tussock #BD874E
Tints of Tussock #BD874E
RGB
CMYK
RGB Variations
Color information
#BD874E (or 0xBD874E) is known color: Tussock. HEX triplet: BD, 87 and 4E. RGB value is (189,135,78). Sum of RGB (Red+Green+Blue) = 189+135+78=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD874E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD874E is #4278B1. Grayscale: #909090. Windows color (decimal): -4356274 or 5146557. OLE color: 5146557.
HSL color Cylindrical-coordinate representation of color #BD874E: hue angle of 30.81º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD874E is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 78 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.26 |
| HSL | 30.81º | 0.46% | 0.52% | - |
| HSV(B) | 30.81º | 0.59% | 0.74% | - |
| XYZ | 31.03 | 28.7 | 11.11 | - |
| YUV | 144.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 78 | 0 | 0.29 | 0.59 | 0.26 | 30.81 | 0.46 | 0.52 |
| Hex | BD | 87 | 4E | 0 | 1D | 3B | 1A | 1F | 2E | 34 |
| Octal | 275 | 207 | 116 | 0 | 35 | 73 | 32 | 37 | 56 | 64 |
| Binary | 10111101 | 10000111 | 1001110 | 0 | 11101 | 111011 | 11010 | 11111 | 101110 | 110100 |
Color Harmonies of #BD874E
Complementary color
Monochromatic Colors of #BD874E
Black with #BD874E
Text Example
Text Example
White with #BD874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD874E; }
p { color: rgb(189,135,78); }
H1.HeaderClassName
{
color: #BD874E;
}
.AnyTagClassName
{
color: #BD874E;
}
</style>
background-color css
<style>
a { background-color: #BD874E; }
a { background-color: rgb(189,135,78); }
div.DivClassName
{
background-color: #BD874E;
}
.BgClassName
{
background-color: #BD874E;
}
</style>
border-color css
<style>
span { border-color: #BD874E; }
span { border-color: rgb(189,135,78); }
td.TdClassName
{
border-color: #BD874E;
}
.TagClassName
{
border-color: #BD874E;
}
</style>