Shades of Nugget #BD8D27
Tints of Nugget #BD8D27
RGB
CMYK
RGB Variations
Color information
#BD8D27 (or 0xBD8D27) is known color: Nugget. HEX triplet: BD, 8D and 27. RGB value is (189,141,39). Sum of RGB (Red+Green+Blue) = 189+141+39=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8D27 is #4272D8. Grayscale: #909090. Windows color (decimal): -4354777 or 2592189. OLE color: 2592189.
HSL color Cylindrical-coordinate representation of color #BD8D27: hue angle of 40.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD8D27 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 39 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.26 |
| HSL | 40.8º | 0.66% | 0.45% | - |
| HSV(B) | 40.8º | 0.79% | 0.74% | - |
| XYZ | 30.88 | 30.02 | 6.09 | - |
| YUV | 143.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 39 | 0 | 0.25 | 0.79 | 0.26 | 40.8 | 0.66 | 0.45 |
| Hex | BD | 8D | 27 | 0 | 19 | 4F | 1A | 29 | 42 | 2D |
| Octal | 275 | 215 | 47 | 0 | 31 | 117 | 32 | 51 | 102 | 55 |
| Binary | 10111101 | 10001101 | 100111 | 0 | 11001 | 1001111 | 11010 | 101001 | 1000010 | 101101 |
Color Harmonies of #BD8D27
Complementary color
Monochromatic Colors of #BD8D27
Black with #BD8D27
Text Example
Text Example
White with #BD8D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D27; }
p { color: rgb(189,141,39); }
H1.HeaderClassName
{
color: #BD8D27;
}
.AnyTagClassName
{
color: #BD8D27;
}
</style>
background-color css
<style>
a { background-color: #BD8D27; }
a { background-color: rgb(189,141,39); }
div.DivClassName
{
background-color: #BD8D27;
}
.BgClassName
{
background-color: #BD8D27;
}
</style>
border-color css
<style>
span { border-color: #BD8D27; }
span { border-color: rgb(189,141,39); }
td.TdClassName
{
border-color: #BD8D27;
}
.TagClassName
{
border-color: #BD8D27;
}
</style>