Shades of Nugget #BD8E1B
Tints of Nugget #BD8E1B
RGB
CMYK
RGB Variations
Color information
#BD8E1B (or 0xBD8E1B) is known color: Nugget. HEX triplet: BD, 8E and 1B. RGB value is (189,142,27). Sum of RGB (Red+Green+Blue) = 189+142+27=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E1B is #4271E4. Grayscale: #8F8F8F. Windows color (decimal): -4354533 or 1806013. OLE color: 1806013.
HSL color Cylindrical-coordinate representation of color #BD8E1B: hue angle of 42.59º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD8E1B is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 27 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.26 |
| HSL | 42.59º | 0.75% | 0.42% | - |
| HSV(B) | 42.59º | 0.86% | 0.74% | - |
| XYZ | 30.86 | 30.24 | 5.25 | - |
| YUV | 142.94 | 62.57 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 27 | 0 | 0.25 | 0.86 | 0.26 | 42.59 | 0.75 | 0.42 |
| Hex | BD | 8E | 1B | 0 | 19 | 56 | 1A | 2B | 4B | 2A |
| Octal | 275 | 216 | 33 | 0 | 31 | 126 | 32 | 53 | 113 | 52 |
| Binary | 10111101 | 10001110 | 11011 | 0 | 11001 | 1010110 | 11010 | 101011 | 1001011 | 101010 |
Color Harmonies of #BD8E1B
Complementary color
Monochromatic Colors of #BD8E1B
Black with #BD8E1B
Text Example
Text Example
White with #BD8E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E1B; }
p { color: rgb(189,142,27); }
H1.HeaderClassName
{
color: #BD8E1B;
}
.AnyTagClassName
{
color: #BD8E1B;
}
</style>
background-color css
<style>
a { background-color: #BD8E1B; }
a { background-color: rgb(189,142,27); }
div.DivClassName
{
background-color: #BD8E1B;
}
.BgClassName
{
background-color: #BD8E1B;
}
</style>
border-color css
<style>
span { border-color: #BD8E1B; }
span { border-color: rgb(189,142,27); }
td.TdClassName
{
border-color: #BD8E1B;
}
.TagClassName
{
border-color: #BD8E1B;
}
</style>