Shades of Nugget #BD8F2B
Tints of Nugget #BD8F2B
RGB
CMYK
RGB Variations
Color information
#BD8F2B (or 0xBD8F2B) is known color: Nugget. HEX triplet: BD, 8F and 2B. RGB value is (189,143,43). Sum of RGB (Red+Green+Blue) = 189+143+43=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F2B is #4270D4. Grayscale: #919191. Windows color (decimal): -4354261 or 2854845. OLE color: 2854845.
HSL color Cylindrical-coordinate representation of color #BD8F2B: hue angle of 41.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD8F2B is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 43 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.26 |
| HSL | 41.1º | 0.63% | 0.45% | - |
| HSV(B) | 41.1º | 0.77% | 0.74% | - |
| XYZ | 31.24 | 30.64 | 6.55 | - |
| YUV | 145.35 | 70.24 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 43 | 0 | 0.24 | 0.77 | 0.26 | 41.1 | 0.63 | 0.45 |
| Hex | BD | 8F | 2B | 0 | 18 | 4D | 1A | 29 | 3F | 2D |
| Octal | 275 | 217 | 53 | 0 | 30 | 115 | 32 | 51 | 77 | 55 |
| Binary | 10111101 | 10001111 | 101011 | 0 | 11000 | 1001101 | 11010 | 101001 | 111111 | 101101 |
Color Harmonies of #BD8F2B
Complementary color
Monochromatic Colors of #BD8F2B
Black with #BD8F2B
Text Example
Text Example
White with #BD8F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F2B; }
p { color: rgb(189,143,43); }
H1.HeaderClassName
{
color: #BD8F2B;
}
.AnyTagClassName
{
color: #BD8F2B;
}
</style>
background-color css
<style>
a { background-color: #BD8F2B; }
a { background-color: rgb(189,143,43); }
div.DivClassName
{
background-color: #BD8F2B;
}
.BgClassName
{
background-color: #BD8F2B;
}
</style>
border-color css
<style>
span { border-color: #BD8F2B; }
span { border-color: rgb(189,143,43); }
td.TdClassName
{
border-color: #BD8F2B;
}
.TagClassName
{
border-color: #BD8F2B;
}
</style>