Shades of Tussock #BF934D
Tints of Tussock #BF934D
RGB
CMYK
RGB Variations
Color information
#BF934D (or 0xBF934D) is known color: Tussock. HEX triplet: BF, 93 and 4D. RGB value is (191,147,77). Sum of RGB (Red+Green+Blue) = 191+147+77=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF934D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF934D is #406CB2. Grayscale: #989898. Windows color (decimal): -4222131 or 5084095. OLE color: 5084095.
HSL color Cylindrical-coordinate representation of color #BF934D: hue angle of 36.84º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF934D is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 77 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.25 |
| HSL | 36.84º | 0.47% | 0.53% | - |
| HSV(B) | 36.84º | 0.6% | 0.75% | - |
| XYZ | 33.26 | 32.48 | 11.54 | - |
| YUV | 152.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 77 | 0 | 0.23 | 0.60 | 0.25 | 36.84 | 0.47 | 0.53 |
| Hex | BF | 93 | 4D | 0 | 17 | 3C | 19 | 25 | 2F | 35 |
| Octal | 277 | 223 | 115 | 0 | 27 | 74 | 31 | 45 | 57 | 65 |
| Binary | 10111111 | 10010011 | 1001101 | 0 | 10111 | 111100 | 11001 | 100101 | 101111 | 110101 |
Color Harmonies of #BF934D
Complementary color
Monochromatic Colors of #BF934D
Black with #BF934D
Text Example
Text Example
White with #BF934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF934D; }
p { color: rgb(191,147,77); }
H1.HeaderClassName
{
color: #BF934D;
}
.AnyTagClassName
{
color: #BF934D;
}
</style>
background-color css
<style>
a { background-color: #BF934D; }
a { background-color: rgb(191,147,77); }
div.DivClassName
{
background-color: #BF934D;
}
.BgClassName
{
background-color: #BF934D;
}
</style>
border-color css
<style>
span { border-color: #BF934D; }
span { border-color: rgb(191,147,77); }
td.TdClassName
{
border-color: #BF934D;
}
.TagClassName
{
border-color: #BF934D;
}
</style>