Shades of Nugget #BD911F
Tints of Nugget #BD911F
RGB
CMYK
RGB Variations
Color information
#BD911F (or 0xBD911F) is known color: Nugget. HEX triplet: BD, 91 and 1F. RGB value is (189,145,31). Sum of RGB (Red+Green+Blue) = 189+145+31=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD911F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD911F is #426EE0. Grayscale: #919191. Windows color (decimal): -4353761 or 2068925. OLE color: 2068925.
HSL color Cylindrical-coordinate representation of color #BD911F: hue angle of 43.29º 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 #BD911F is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 31 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.26 |
| HSL | 43.29º | 0.72% | 0.43% | - |
| HSV(B) | 43.29º | 0.84% | 0.74% | - |
| XYZ | 31.36 | 31.17 | 5.66 | - |
| YUV | 145.16 | 63.58 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 31 | 0 | 0.23 | 0.84 | 0.26 | 43.29 | 0.72 | 0.43 |
| Hex | BD | 91 | 1F | 0 | 17 | 54 | 1A | 2B | 48 | 2B |
| Octal | 275 | 221 | 37 | 0 | 27 | 124 | 32 | 53 | 110 | 53 |
| Binary | 10111101 | 10010001 | 11111 | 0 | 10111 | 1010100 | 11010 | 101011 | 1001000 | 101011 |
Color Harmonies of #BD911F
Complementary color
Monochromatic Colors of #BD911F
Black with #BD911F
Text Example
Text Example
White with #BD911F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD911F; }
p { color: rgb(189,145,31); }
H1.HeaderClassName
{
color: #BD911F;
}
.AnyTagClassName
{
color: #BD911F;
}
</style>
background-color css
<style>
a { background-color: #BD911F; }
a { background-color: rgb(189,145,31); }
div.DivClassName
{
background-color: #BD911F;
}
.BgClassName
{
background-color: #BD911F;
}
</style>
border-color css
<style>
span { border-color: #BD911F; }
span { border-color: rgb(189,145,31); }
td.TdClassName
{
border-color: #BD911F;
}
.TagClassName
{
border-color: #BD911F;
}
</style>