Shades of Nugget #BD962F
Tints of Nugget #BD962F
RGB
CMYK
RGB Variations
Color information
#BD962F (or 0xBD962F) is known color: Nugget. HEX triplet: BD, 96 and 2F. RGB value is (189,150,47). Sum of RGB (Red+Green+Blue) = 189+150+47=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD962F is #4269D0. Grayscale: #969696. Windows color (decimal): -4352465 or 3118781. OLE color: 3118781.
HSL color Cylindrical-coordinate representation of color #BD962F: hue angle of 43.52º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD962F is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 47 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.26 |
| HSL | 43.52º | 0.6% | 0.46% | - |
| HSV(B) | 43.52º | 0.75% | 0.74% | - |
| XYZ | 32.41 | 32.84 | 7.32 | - |
| YUV | 149.92 | 69.92 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 47 | 0 | 0.21 | 0.75 | 0.26 | 43.52 | 0.6 | 0.46 |
| Hex | BD | 96 | 2F | 0 | 15 | 4B | 1A | 2C | 3C | 2E |
| Octal | 275 | 226 | 57 | 0 | 25 | 113 | 32 | 54 | 74 | 56 |
| Binary | 10111101 | 10010110 | 101111 | 0 | 10101 | 1001011 | 11010 | 101100 | 111100 | 101110 |
Color Harmonies of #BD962F
Complementary color
Monochromatic Colors of #BD962F
Black with #BD962F
Text Example
Text Example
White with #BD962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD962F; }
p { color: rgb(189,150,47); }
H1.HeaderClassName
{
color: #BD962F;
}
.AnyTagClassName
{
color: #BD962F;
}
</style>
background-color css
<style>
a { background-color: #BD962F; }
a { background-color: rgb(189,150,47); }
div.DivClassName
{
background-color: #BD962F;
}
.BgClassName
{
background-color: #BD962F;
}
</style>
border-color css
<style>
span { border-color: #BD962F; }
span { border-color: rgb(189,150,47); }
td.TdClassName
{
border-color: #BD962F;
}
.TagClassName
{
border-color: #BD962F;
}
</style>