Shades of Nugget #BC9523
Tints of Nugget #BC9523
RGB
CMYK
RGB Variations
Color information
#BC9523 (or 0xBC9523) is known color: Nugget. HEX triplet: BC, 95 and 23. RGB value is (188,149,35). Sum of RGB (Red+Green+Blue) = 188+149+35=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9523 is #436ADC. Grayscale: #949494. Windows color (decimal): -4418269 or 2332092. OLE color: 2332092.
HSL color Cylindrical-coordinate representation of color #BC9523: hue angle of 44.71º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC9523 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 149 | 35 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.26 |
| HSL | 44.71º | 0.69% | 0.44% | - |
| HSV(B) | 44.71º | 0.81% | 0.74% | - |
| XYZ | 31.79 | 32.31 | 6.15 | - |
| YUV | 147.67 | 64.42 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 35 | 0 | 0.21 | 0.81 | 0.26 | 44.71 | 0.69 | 0.44 |
| Hex | BC | 95 | 23 | 0 | 15 | 51 | 1A | 2D | 45 | 2C |
| Octal | 274 | 225 | 43 | 0 | 25 | 121 | 32 | 55 | 105 | 54 |
| Binary | 10111100 | 10010101 | 100011 | 0 | 10101 | 1010001 | 11010 | 101101 | 1000101 | 101100 |
Color Harmonies of #BC9523
Complementary color
Monochromatic Colors of #BC9523
Black with #BC9523
Text Example
Text Example
White with #BC9523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9523; }
p { color: rgb(188,149,35); }
H1.HeaderClassName
{
color: #BC9523;
}
.AnyTagClassName
{
color: #BC9523;
}
</style>
background-color css
<style>
a { background-color: #BC9523; }
a { background-color: rgb(188,149,35); }
div.DivClassName
{
background-color: #BC9523;
}
.BgClassName
{
background-color: #BC9523;
}
</style>
border-color css
<style>
span { border-color: #BC9523; }
span { border-color: rgb(188,149,35); }
td.TdClassName
{
border-color: #BC9523;
}
.TagClassName
{
border-color: #BC9523;
}
</style>