Shades of Nugget #BD901F
Tints of Nugget #BD901F
RGB
CMYK
RGB Variations
Color information
#BD901F (or 0xBD901F) is known color: Nugget. HEX triplet: BD, 90 and 1F. RGB value is (189,144,31). Sum of RGB (Red+Green+Blue) = 189+144+31=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD901F is #426FE0. Grayscale: #919191. Windows color (decimal): -4354017 or 2068669. OLE color: 2068669.
HSL color Cylindrical-coordinate representation of color #BD901F: hue angle of 42.91º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD901F is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 31 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.26 |
| HSL | 42.91º | 0.72% | 0.43% | - |
| HSV(B) | 42.91º | 0.84% | 0.74% | - |
| XYZ | 31.21 | 30.86 | 5.61 | - |
| YUV | 144.57 | 63.91 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 31 | 0 | 0.24 | 0.84 | 0.26 | 42.91 | 0.72 | 0.43 |
| Hex | BD | 90 | 1F | 0 | 18 | 54 | 1A | 2B | 48 | 2B |
| Octal | 275 | 220 | 37 | 0 | 30 | 124 | 32 | 53 | 110 | 53 |
| Binary | 10111101 | 10010000 | 11111 | 0 | 11000 | 1010100 | 11010 | 101011 | 1001000 | 101011 |
Color Harmonies of #BD901F
Complementary color
Monochromatic Colors of #BD901F
Black with #BD901F
Text Example
Text Example
White with #BD901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD901F; }
p { color: rgb(189,144,31); }
H1.HeaderClassName
{
color: #BD901F;
}
.AnyTagClassName
{
color: #BD901F;
}
</style>
background-color css
<style>
a { background-color: #BD901F; }
a { background-color: rgb(189,144,31); }
div.DivClassName
{
background-color: #BD901F;
}
.BgClassName
{
background-color: #BD901F;
}
</style>
border-color css
<style>
span { border-color: #BD901F; }
span { border-color: rgb(189,144,31); }
td.TdClassName
{
border-color: #BD901F;
}
.TagClassName
{
border-color: #BD901F;
}
</style>