Shades of Nugget #BC8A24
Tints of Nugget #BC8A24
RGB
CMYK
RGB Variations
Color information
#BC8A24 (or 0xBC8A24) is known color: Nugget. HEX triplet: BC, 8A and 24. RGB value is (188,138,36). Sum of RGB (Red+Green+Blue) = 188+138+36=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8A24 is #4375DB. Grayscale: #8D8D8D. Windows color (decimal): -4421084 or 2394812. OLE color: 2394812.
HSL color Cylindrical-coordinate representation of color #BC8A24: hue angle of 40.26º degrees, saturation: 0.68, 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 #BC8A24 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 36 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.26 |
| HSL | 40.26º | 0.68% | 0.44% | - |
| HSV(B) | 40.26º | 0.81% | 0.74% | - |
| XYZ | 30.15 | 29 | 5.68 | - |
| YUV | 141.32 | 68.57 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 36 | 0 | 0.27 | 0.81 | 0.26 | 40.26 | 0.68 | 0.44 |
| Hex | BC | 8A | 24 | 0 | 1B | 51 | 1A | 28 | 44 | 2C |
| Octal | 274 | 212 | 44 | 0 | 33 | 121 | 32 | 50 | 104 | 54 |
| Binary | 10111100 | 10001010 | 100100 | 0 | 11011 | 1010001 | 11010 | 101000 | 1000100 | 101100 |
Color Harmonies of #BC8A24
Complementary color
Monochromatic Colors of #BC8A24
Black with #BC8A24
Text Example
Text Example
White with #BC8A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A24; }
p { color: rgb(188,138,36); }
H1.HeaderClassName
{
color: #BC8A24;
}
.AnyTagClassName
{
color: #BC8A24;
}
</style>
background-color css
<style>
a { background-color: #BC8A24; }
a { background-color: rgb(188,138,36); }
div.DivClassName
{
background-color: #BC8A24;
}
.BgClassName
{
background-color: #BC8A24;
}
</style>
border-color css
<style>
span { border-color: #BC8A24; }
span { border-color: rgb(188,138,36); }
td.TdClassName
{
border-color: #BC8A24;
}
.TagClassName
{
border-color: #BC8A24;
}
</style>