Shades of Nugget #BC902A
Tints of Nugget #BC902A
RGB
CMYK
RGB Variations
Color information
#BC902A (or 0xBC902A) is known color: Nugget. HEX triplet: BC, 90 and 2A. RGB value is (188,144,42). Sum of RGB (Red+Green+Blue) = 188+144+42=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC902A is #436FD5. Grayscale: #919191. Windows color (decimal): -4419542 or 2789564. OLE color: 2789564.
HSL color Cylindrical-coordinate representation of color #BC902A: hue angle of 41.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC902A is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 42 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.26 |
| HSL | 41.92º | 0.63% | 0.45% | - |
| HSV(B) | 41.92º | 0.78% | 0.74% | - |
| XYZ | 31.13 | 30.81 | 6.5 | - |
| YUV | 145.53 | 69.58 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 42 | 0 | 0.23 | 0.78 | 0.26 | 41.92 | 0.63 | 0.45 |
| Hex | BC | 90 | 2A | 0 | 17 | 4E | 1A | 2A | 3F | 2D |
| Octal | 274 | 220 | 52 | 0 | 27 | 116 | 32 | 52 | 77 | 55 |
| Binary | 10111100 | 10010000 | 101010 | 0 | 10111 | 1001110 | 11010 | 101010 | 111111 | 101101 |
Color Harmonies of #BC902A
Complementary color
Monochromatic Colors of #BC902A
Black with #BC902A
Text Example
Text Example
White with #BC902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC902A; }
p { color: rgb(188,144,42); }
H1.HeaderClassName
{
color: #BC902A;
}
.AnyTagClassName
{
color: #BC902A;
}
</style>
background-color css
<style>
a { background-color: #BC902A; }
a { background-color: rgb(188,144,42); }
div.DivClassName
{
background-color: #BC902A;
}
.BgClassName
{
background-color: #BC902A;
}
</style>
border-color css
<style>
span { border-color: #BC902A; }
span { border-color: rgb(188,144,42); }
td.TdClassName
{
border-color: #BC902A;
}
.TagClassName
{
border-color: #BC902A;
}
</style>