Shades of Dark Goldenrod #BC850B
Tints of Dark Goldenrod #BC850B
RGB
CMYK
RGB Variations
Color information
#BC850B (or 0xBC850B) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 0B. RGB value is (188,133,11). Sum of RGB (Red+Green+Blue) = 188+133+11=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC850B is #437AF4. Grayscale: #888888. Windows color (decimal): -4422389 or 755132. OLE color: 755132.
HSL color Cylindrical-coordinate representation of color #BC850B: hue angle of 41.36º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC850B is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 11 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.26 |
| HSL | 41.36º | 0.89% | 0.39% | - |
| HSV(B) | 41.36º | 0.94% | 0.74% | - |
| XYZ | 29.19 | 27.49 | 4.08 | - |
| YUV | 135.54 | 57.72 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 11 | 0 | 0.29 | 0.94 | 0.26 | 41.36 | 0.89 | 0.39 |
| Hex | BC | 85 | B | 0 | 1D | 5E | 1A | 29 | 59 | 27 |
| Octal | 274 | 205 | 13 | 0 | 35 | 136 | 32 | 51 | 131 | 47 |
| Binary | 10111100 | 10000101 | 1011 | 0 | 11101 | 1011110 | 11010 | 101001 | 1011001 | 100111 |
Color Harmonies of #BC850B
Complementary color
Monochromatic Colors of #BC850B
Black with #BC850B
Text Example
Text Example
White with #BC850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC850B; }
p { color: rgb(188,133,11); }
H1.HeaderClassName
{
color: #BC850B;
}
.AnyTagClassName
{
color: #BC850B;
}
</style>
background-color css
<style>
a { background-color: #BC850B; }
a { background-color: rgb(188,133,11); }
div.DivClassName
{
background-color: #BC850B;
}
.BgClassName
{
background-color: #BC850B;
}
</style>
border-color css
<style>
span { border-color: #BC850B; }
span { border-color: rgb(188,133,11); }
td.TdClassName
{
border-color: #BC850B;
}
.TagClassName
{
border-color: #BC850B;
}
</style>