Shades of Nugget #BD8720
Tints of Nugget #BD8720
RGB
CMYK
RGB Variations
Color information
#BD8720 (or 0xBD8720) is known color: Nugget. HEX triplet: BD, 87 and 20. RGB value is (189,135,32). Sum of RGB (Red+Green+Blue) = 189+135+32=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8720 is #4278DF. Grayscale: #8B8B8B. Windows color (decimal): -4356320 or 2131901. OLE color: 2131901.
HSL color Cylindrical-coordinate representation of color #BD8720: hue angle of 39.36º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD8720 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 32 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.26 |
| HSL | 39.36º | 0.71% | 0.43% | - |
| HSV(B) | 39.36º | 0.83% | 0.74% | - |
| XYZ | 29.91 | 28.25 | 5.24 | - |
| YUV | 139.4 | 67.39 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 32 | 0 | 0.29 | 0.83 | 0.26 | 39.36 | 0.71 | 0.43 |
| Hex | BD | 87 | 20 | 0 | 1D | 53 | 1A | 27 | 47 | 2B |
| Octal | 275 | 207 | 40 | 0 | 35 | 123 | 32 | 47 | 107 | 53 |
| Binary | 10111101 | 10000111 | 100000 | 0 | 11101 | 1010011 | 11010 | 100111 | 1000111 | 101011 |
Color Harmonies of #BD8720
Complementary color
Monochromatic Colors of #BD8720
Black with #BD8720
Text Example
Text Example
White with #BD8720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8720; }
p { color: rgb(189,135,32); }
H1.HeaderClassName
{
color: #BD8720;
}
.AnyTagClassName
{
color: #BD8720;
}
</style>
background-color css
<style>
a { background-color: #BD8720; }
a { background-color: rgb(189,135,32); }
div.DivClassName
{
background-color: #BD8720;
}
.BgClassName
{
background-color: #BD8720;
}
</style>
border-color css
<style>
span { border-color: #BD8720; }
span { border-color: rgb(189,135,32); }
td.TdClassName
{
border-color: #BD8720;
}
.TagClassName
{
border-color: #BD8720;
}
</style>