Shades of Nugget #BD851F
Tints of Nugget #BD851F
RGB
CMYK
RGB Variations
Color information
#BD851F (or 0xBD851F) is known color: Nugget. HEX triplet: BD, 85 and 1F. RGB value is (189,133,31). Sum of RGB (Red+Green+Blue) = 189+133+31=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD851F is #427AE0. Grayscale: #8A8A8A. Windows color (decimal): -4356833 or 2065853. OLE color: 2065853.
HSL color Cylindrical-coordinate representation of color #BD851F: hue angle of 38.73º 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 #BD851F is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 31 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.26 |
| HSL | 38.73º | 0.72% | 0.43% | - |
| HSV(B) | 38.73º | 0.84% | 0.74% | - |
| XYZ | 29.62 | 27.69 | 5.08 | - |
| YUV | 138.12 | 67.55 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 31 | 0 | 0.30 | 0.84 | 0.26 | 38.73 | 0.72 | 0.43 |
| Hex | BD | 85 | 1F | 0 | 1E | 54 | 1A | 27 | 48 | 2B |
| Octal | 275 | 205 | 37 | 0 | 36 | 124 | 32 | 47 | 110 | 53 |
| Binary | 10111101 | 10000101 | 11111 | 0 | 11110 | 1010100 | 11010 | 100111 | 1001000 | 101011 |
Color Harmonies of #BD851F
Complementary color
Monochromatic Colors of #BD851F
Black with #BD851F
Text Example
Text Example
White with #BD851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD851F; }
p { color: rgb(189,133,31); }
H1.HeaderClassName
{
color: #BD851F;
}
.AnyTagClassName
{
color: #BD851F;
}
</style>
background-color css
<style>
a { background-color: #BD851F; }
a { background-color: rgb(189,133,31); }
div.DivClassName
{
background-color: #BD851F;
}
.BgClassName
{
background-color: #BD851F;
}
</style>
border-color css
<style>
span { border-color: #BD851F; }
span { border-color: rgb(189,133,31); }
td.TdClassName
{
border-color: #BD851F;
}
.TagClassName
{
border-color: #BD851F;
}
</style>