Shades of Nugget #BE851D
Tints of Nugget #BE851D
RGB
CMYK
RGB Variations
Color information
#BE851D (or 0xBE851D) is known color: Nugget. HEX triplet: BE, 85 and 1D. RGB value is (190,133,29). Sum of RGB (Red+Green+Blue) = 190+133+29=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE851D is #417AE2. Grayscale: #8A8A8A. Windows color (decimal): -4291299 or 1934782. OLE color: 1934782.
HSL color Cylindrical-coordinate representation of color #BE851D: hue angle of 38.76º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE851D is Cyan = 0, Magento = 0.3, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 29 | - |
| CMYK | 0 | 0.3 | 0.85 | 0.25 |
| HSL | 38.76º | 0.74% | 0.43% | - |
| HSV(B) | 38.76º | 0.85% | 0.75% | - |
| XYZ | 29.84 | 27.81 | 4.96 | - |
| YUV | 138.19 | 66.38 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 29 | 0 | 0.3 | 0.85 | 0.25 | 38.76 | 0.74 | 0.43 |
| Hex | BE | 85 | 1D | 0 | 1E | 55 | 19 | 27 | 4A | 2B |
| Octal | 276 | 205 | 35 | 0 | 36 | 125 | 31 | 47 | 112 | 53 |
| Binary | 10111110 | 10000101 | 11101 | 0 | 11110 | 1010101 | 11001 | 100111 | 1001010 | 101011 |
Color Harmonies of #BE851D
Complementary color
Monochromatic Colors of #BE851D
Black with #BE851D
Text Example
Text Example
White with #BE851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE851D; }
p { color: rgb(190,133,29); }
H1.HeaderClassName
{
color: #BE851D;
}
.AnyTagClassName
{
color: #BE851D;
}
</style>
background-color css
<style>
a { background-color: #BE851D; }
a { background-color: rgb(190,133,29); }
div.DivClassName
{
background-color: #BE851D;
}
.BgClassName
{
background-color: #BE851D;
}
</style>
border-color css
<style>
span { border-color: #BE851D; }
span { border-color: rgb(190,133,29); }
td.TdClassName
{
border-color: #BE851D;
}
.TagClassName
{
border-color: #BE851D;
}
</style>