Shades of Nugget #BF8A20
Tints of Nugget #BF8A20
RGB
CMYK
RGB Variations
Color information
#BF8A20 (or 0xBF8A20) is known color: Nugget. HEX triplet: BF, 8A and 20. RGB value is (191,138,32). Sum of RGB (Red+Green+Blue) = 191+138+32=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8A20 is #4075DF. Grayscale: #8E8E8E. Windows color (decimal): -4224480 or 2132671. OLE color: 2132671.
HSL color Cylindrical-coordinate representation of color #BF8A20: hue angle of 40º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF8A20 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 138 | 32 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.25 |
| HSL | 40º | 0.71% | 0.44% | - |
| HSV(B) | 40º | 0.83% | 0.75% | - |
| XYZ | 30.84 | 29.36 | 5.41 | - |
| YUV | 141.76 | 66.06 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 32 | 0 | 0.28 | 0.83 | 0.25 | 40 | 0.71 | 0.44 |
| Hex | BF | 8A | 20 | 0 | 1C | 53 | 19 | 28 | 47 | 2C |
| Octal | 277 | 212 | 40 | 0 | 34 | 123 | 31 | 50 | 107 | 54 |
| Binary | 10111111 | 10001010 | 100000 | 0 | 11100 | 1010011 | 11001 | 101000 | 1000111 | 101100 |
Color Harmonies of #BF8A20
Complementary color
Monochromatic Colors of #BF8A20
Black with #BF8A20
Text Example
Text Example
White with #BF8A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8A20; }
p { color: rgb(191,138,32); }
H1.HeaderClassName
{
color: #BF8A20;
}
.AnyTagClassName
{
color: #BF8A20;
}
</style>
background-color css
<style>
a { background-color: #BF8A20; }
a { background-color: rgb(191,138,32); }
div.DivClassName
{
background-color: #BF8A20;
}
.BgClassName
{
background-color: #BF8A20;
}
</style>
border-color css
<style>
span { border-color: #BF8A20; }
span { border-color: rgb(191,138,32); }
td.TdClassName
{
border-color: #BF8A20;
}
.TagClassName
{
border-color: #BF8A20;
}
</style>