Shades of Tussock #BF9344
Tints of Tussock #BF9344
RGB
CMYK
RGB Variations
Color information
#BF9344 (or 0xBF9344) is known color: Tussock. HEX triplet: BF, 93 and 44. RGB value is (191,147,68). Sum of RGB (Red+Green+Blue) = 191+147+68=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 68 (26.95% from 255 or 16.75% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9344 is #406CBB. Grayscale: #979797. Windows color (decimal): -4222140 or 4494271. OLE color: 4494271.
HSL color Cylindrical-coordinate representation of color #BF9344: hue angle of 38.54º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF9344 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 68 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.25 |
| HSL | 38.54º | 0.49% | 0.51% | - |
| HSV(B) | 38.54º | 0.64% | 0.75% | - |
| XYZ | 32.96 | 32.36 | 9.98 | - |
| YUV | 151.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 68 | 0 | 0.23 | 0.64 | 0.25 | 38.54 | 0.49 | 0.51 |
| Hex | BF | 93 | 44 | 0 | 17 | 40 | 19 | 27 | 31 | 33 |
| Octal | 277 | 223 | 104 | 0 | 27 | 100 | 31 | 47 | 61 | 63 |
| Binary | 10111111 | 10010011 | 1000100 | 0 | 10111 | 1000000 | 11001 | 100111 | 110001 | 110011 |
Color Harmonies of #BF9344
Complementary color
Monochromatic Colors of #BF9344
Black with #BF9344
Text Example
Text Example
White with #BF9344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9344; }
p { color: rgb(191,147,68); }
H1.HeaderClassName
{
color: #BF9344;
}
.AnyTagClassName
{
color: #BF9344;
}
</style>
background-color css
<style>
a { background-color: #BF9344; }
a { background-color: rgb(191,147,68); }
div.DivClassName
{
background-color: #BF9344;
}
.BgClassName
{
background-color: #BF9344;
}
</style>
border-color css
<style>
span { border-color: #BF9344; }
span { border-color: rgb(191,147,68); }
td.TdClassName
{
border-color: #BF9344;
}
.TagClassName
{
border-color: #BF9344;
}
</style>