Shades of Nugget #BC8B23
Tints of Nugget #BC8B23
RGB
CMYK
RGB Variations
Color information
#BC8B23 (or 0xBC8B23) is known color: Nugget. HEX triplet: BC, 8B and 23. RGB value is (188,139,35). Sum of RGB (Red+Green+Blue) = 188+139+35=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B23 is #4374DC. Grayscale: #8E8E8E. Windows color (decimal): -4420829 or 2329532. OLE color: 2329532.
HSL color Cylindrical-coordinate representation of color #BC8B23: hue angle of 40.78º 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 #BC8B23 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 35 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.26 |
| HSL | 40.78º | 0.69% | 0.44% | - |
| HSV(B) | 40.78º | 0.81% | 0.74% | - |
| XYZ | 30.28 | 29.28 | 5.65 | - |
| YUV | 141.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 35 | 0 | 0.26 | 0.81 | 0.26 | 40.78 | 0.69 | 0.44 |
| Hex | BC | 8B | 23 | 0 | 1A | 51 | 1A | 29 | 45 | 2C |
| Octal | 274 | 213 | 43 | 0 | 32 | 121 | 32 | 51 | 105 | 54 |
| Binary | 10111100 | 10001011 | 100011 | 0 | 11010 | 1010001 | 11010 | 101001 | 1000101 | 101100 |
Color Harmonies of #BC8B23
Complementary color
Monochromatic Colors of #BC8B23
Black with #BC8B23
Text Example
Text Example
White with #BC8B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B23; }
p { color: rgb(188,139,35); }
H1.HeaderClassName
{
color: #BC8B23;
}
.AnyTagClassName
{
color: #BC8B23;
}
</style>
background-color css
<style>
a { background-color: #BC8B23; }
a { background-color: rgb(188,139,35); }
div.DivClassName
{
background-color: #BC8B23;
}
.BgClassName
{
background-color: #BC8B23;
}
</style>
border-color css
<style>
span { border-color: #BC8B23; }
span { border-color: rgb(188,139,35); }
td.TdClassName
{
border-color: #BC8B23;
}
.TagClassName
{
border-color: #BC8B23;
}
</style>