Shades of Tussock #BD874C
Tints of Tussock #BD874C
RGB
CMYK
RGB Variations
Color information
#BD874C (or 0xBD874C) is known color: Tussock. HEX triplet: BD, 87 and 4C. RGB value is (189,135,76). Sum of RGB (Red+Green+Blue) = 189+135+76=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD874C is #4278B3. Grayscale: #909090. Windows color (decimal): -4356276 or 5015485. OLE color: 5015485.
HSL color Cylindrical-coordinate representation of color #BD874C: hue angle of 31.33º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD874C is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 76 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.26 |
| HSL | 31.33º | 0.46% | 0.52% | - |
| HSV(B) | 31.33º | 0.6% | 0.74% | - |
| XYZ | 30.95 | 28.67 | 10.74 | - |
| YUV | 144.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 76 | 0 | 0.29 | 0.60 | 0.26 | 31.33 | 0.46 | 0.52 |
| Hex | BD | 87 | 4C | 0 | 1D | 3C | 1A | 1F | 2E | 34 |
| Octal | 275 | 207 | 114 | 0 | 35 | 74 | 32 | 37 | 56 | 64 |
| Binary | 10111101 | 10000111 | 1001100 | 0 | 11101 | 111100 | 11010 | 11111 | 101110 | 110100 |
Color Harmonies of #BD874C
Complementary color
Monochromatic Colors of #BD874C
Black with #BD874C
Text Example
Text Example
White with #BD874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD874C; }
p { color: rgb(189,135,76); }
H1.HeaderClassName
{
color: #BD874C;
}
.AnyTagClassName
{
color: #BD874C;
}
</style>
background-color css
<style>
a { background-color: #BD874C; }
a { background-color: rgb(189,135,76); }
div.DivClassName
{
background-color: #BD874C;
}
.BgClassName
{
background-color: #BD874C;
}
</style>
border-color css
<style>
span { border-color: #BD874C; }
span { border-color: rgb(189,135,76); }
td.TdClassName
{
border-color: #BD874C;
}
.TagClassName
{
border-color: #BD874C;
}
</style>