Shades of Nugget #BF9627
Tints of Nugget #BF9627
RGB
CMYK
RGB Variations
Color information
#BF9627 (or 0xBF9627) is known color: Nugget. HEX triplet: BF, 96 and 27. RGB value is (191,150,39). Sum of RGB (Red+Green+Blue) = 191+150+39=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 39 (15.62% from 255 or 10.26% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9627 is #4069D8. Grayscale: #969696. Windows color (decimal): -4221401 or 2594495. OLE color: 2594495.
HSL color Cylindrical-coordinate representation of color #BF9627: hue angle of 43.82º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF9627 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 150 | 39 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.25 |
| HSL | 43.82º | 0.66% | 0.45% | - |
| HSV(B) | 43.82º | 0.8% | 0.75% | - |
| XYZ | 32.76 | 33.04 | 6.57 | - |
| YUV | 149.61 | 65.58 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 150 | 39 | 0 | 0.21 | 0.80 | 0.25 | 43.82 | 0.66 | 0.45 |
| Hex | BF | 96 | 27 | 0 | 15 | 50 | 19 | 2C | 42 | 2D |
| Octal | 277 | 226 | 47 | 0 | 25 | 120 | 31 | 54 | 102 | 55 |
| Binary | 10111111 | 10010110 | 100111 | 0 | 10101 | 1010000 | 11001 | 101100 | 1000010 | 101101 |
Color Harmonies of #BF9627
Complementary color
Monochromatic Colors of #BF9627
Black with #BF9627
Text Example
Text Example
White with #BF9627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9627; }
p { color: rgb(191,150,39); }
H1.HeaderClassName
{
color: #BF9627;
}
.AnyTagClassName
{
color: #BF9627;
}
</style>
background-color css
<style>
a { background-color: #BF9627; }
a { background-color: rgb(191,150,39); }
div.DivClassName
{
background-color: #BF9627;
}
.BgClassName
{
background-color: #BF9627;
}
</style>
border-color css
<style>
span { border-color: #BF9627; }
span { border-color: rgb(191,150,39); }
td.TdClassName
{
border-color: #BF9627;
}
.TagClassName
{
border-color: #BF9627;
}
</style>