Shades of Nugget #BD952C
Tints of Nugget #BD952C
RGB
CMYK
RGB Variations
Color information
#BD952C (or 0xBD952C) is known color: Nugget. HEX triplet: BD, 95 and 2C. RGB value is (189,149,44). Sum of RGB (Red+Green+Blue) = 189+149+44=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD952C is #426AD3. Grayscale: #959595. Windows color (decimal): -4352724 or 2921917. OLE color: 2921917.
HSL color Cylindrical-coordinate representation of color #BD952C: hue angle of 43.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD952C is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 44 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.26 |
| HSL | 43.45º | 0.62% | 0.46% | - |
| HSV(B) | 43.45º | 0.77% | 0.74% | - |
| XYZ | 32.19 | 32.5 | 6.96 | - |
| YUV | 148.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 44 | 0 | 0.21 | 0.77 | 0.26 | 43.45 | 0.62 | 0.46 |
| Hex | BD | 95 | 2C | 0 | 15 | 4D | 1A | 2B | 3E | 2E |
| Octal | 275 | 225 | 54 | 0 | 25 | 115 | 32 | 53 | 76 | 56 |
| Binary | 10111101 | 10010101 | 101100 | 0 | 10101 | 1001101 | 11010 | 101011 | 111110 | 101110 |
Color Harmonies of #BD952C
Complementary color
Monochromatic Colors of #BD952C
Black with #BD952C
Text Example
Text Example
White with #BD952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD952C; }
p { color: rgb(189,149,44); }
H1.HeaderClassName
{
color: #BD952C;
}
.AnyTagClassName
{
color: #BD952C;
}
</style>
background-color css
<style>
a { background-color: #BD952C; }
a { background-color: rgb(189,149,44); }
div.DivClassName
{
background-color: #BD952C;
}
.BgClassName
{
background-color: #BD952C;
}
</style>
border-color css
<style>
span { border-color: #BD952C; }
span { border-color: rgb(189,149,44); }
td.TdClassName
{
border-color: #BD952C;
}
.TagClassName
{
border-color: #BD952C;
}
</style>