Shades of Tussock #BF924A
Tints of Tussock #BF924A
RGB
CMYK
RGB Variations
Color information
#BF924A (or 0xBF924A) is known color: Tussock. HEX triplet: BF, 92 and 4A. RGB value is (191,146,74). Sum of RGB (Red+Green+Blue) = 191+146+74=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF924A is #406DB5. Grayscale: #979797. Windows color (decimal): -4222390 or 4887231. OLE color: 4887231.
HSL color Cylindrical-coordinate representation of color #BF924A: hue angle of 36.92º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF924A is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 146 | 74 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.25 |
| HSL | 36.92º | 0.48% | 0.52% | - |
| HSV(B) | 36.92º | 0.61% | 0.75% | - |
| XYZ | 33 | 32.13 | 10.94 | - |
| YUV | 151.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 146 | 74 | 0 | 0.24 | 0.61 | 0.25 | 36.92 | 0.48 | 0.52 |
| Hex | BF | 92 | 4A | 0 | 18 | 3D | 19 | 25 | 30 | 34 |
| Octal | 277 | 222 | 112 | 0 | 30 | 75 | 31 | 45 | 60 | 64 |
| Binary | 10111111 | 10010010 | 1001010 | 0 | 11000 | 111101 | 11001 | 100101 | 110000 | 110100 |
Color Harmonies of #BF924A
Complementary color
Monochromatic Colors of #BF924A
Black with #BF924A
Text Example
Text Example
White with #BF924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF924A; }
p { color: rgb(191,146,74); }
H1.HeaderClassName
{
color: #BF924A;
}
.AnyTagClassName
{
color: #BF924A;
}
</style>
background-color css
<style>
a { background-color: #BF924A; }
a { background-color: rgb(191,146,74); }
div.DivClassName
{
background-color: #BF924A;
}
.BgClassName
{
background-color: #BF924A;
}
</style>
border-color css
<style>
span { border-color: #BF924A; }
span { border-color: rgb(191,146,74); }
td.TdClassName
{
border-color: #BF924A;
}
.TagClassName
{
border-color: #BF924A;
}
</style>