Shades of Nugget #BF9623
Tints of Nugget #BF9623
RGB
CMYK
RGB Variations
Color information
#BF9623 (or 0xBF9623) is known color: Nugget. HEX triplet: BF, 96 and 23. RGB value is (191,150,35). Sum of RGB (Red+Green+Blue) = 191+150+35=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9623 is #4069DC. Grayscale: #959595. Windows color (decimal): -4221405 or 2332351. OLE color: 2332351.
HSL color Cylindrical-coordinate representation of color #BF9623: hue angle of 44.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF9623 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 150 | 35 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.25 |
| HSL | 44.23º | 0.69% | 0.44% | - |
| HSV(B) | 44.23º | 0.82% | 0.75% | - |
| XYZ | 32.7 | 33.01 | 6.24 | - |
| YUV | 149.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 150 | 35 | 0 | 0.21 | 0.82 | 0.25 | 44.23 | 0.69 | 0.44 |
| Hex | BF | 96 | 23 | 0 | 15 | 52 | 19 | 2C | 45 | 2C |
| Octal | 277 | 226 | 43 | 0 | 25 | 122 | 31 | 54 | 105 | 54 |
| Binary | 10111111 | 10010110 | 100011 | 0 | 10101 | 1010010 | 11001 | 101100 | 1000101 | 101100 |
Color Harmonies of #BF9623
Complementary color
Monochromatic Colors of #BF9623
Black with #BF9623
Text Example
Text Example
White with #BF9623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9623; }
p { color: rgb(191,150,35); }
H1.HeaderClassName
{
color: #BF9623;
}
.AnyTagClassName
{
color: #BF9623;
}
</style>
background-color css
<style>
a { background-color: #BF9623; }
a { background-color: rgb(191,150,35); }
div.DivClassName
{
background-color: #BF9623;
}
.BgClassName
{
background-color: #BF9623;
}
</style>
border-color css
<style>
span { border-color: #BF9623; }
span { border-color: rgb(191,150,35); }
td.TdClassName
{
border-color: #BF9623;
}
.TagClassName
{
border-color: #BF9623;
}
</style>