Shades of Dark Goldenrod #BB710C
Tints of Dark Goldenrod #BB710C
RGB
CMYK
RGB Variations
Color information
#BB710C (or 0xBB710C) is known color: Dark Goldenrod. HEX triplet: BB, 71 and 0C. RGB value is (187,113,12). Sum of RGB (Red+Green+Blue) = 187+113+12=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB710C is #448EF3. Grayscale: #7C7C7C. Windows color (decimal): -4493044 or 815547. OLE color: 815547.
HSL color Cylindrical-coordinate representation of color #BB710C: hue angle of 34.63º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB710C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 12 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.27 |
| HSL | 34.63º | 0.88% | 0.39% | - |
| HSV(B) | 34.63º | 0.94% | 0.73% | - |
| XYZ | 26.47 | 22.4 | 3.28 | - |
| YUV | 123.61 | 65.02 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 12 | 0 | 0.40 | 0.94 | 0.27 | 34.63 | 0.88 | 0.39 |
| Hex | BB | 71 | C | 0 | 28 | 5E | 1B | 23 | 58 | 27 |
| Octal | 273 | 161 | 14 | 0 | 50 | 136 | 33 | 43 | 130 | 47 |
| Binary | 10111011 | 1110001 | 1100 | 0 | 101000 | 1011110 | 11011 | 100011 | 1011000 | 100111 |
Color Harmonies of #BB710C
Complementary color
Monochromatic Colors of #BB710C
Black with #BB710C
Text Example
Text Example
White with #BB710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB710C; }
p { color: rgb(187,113,12); }
H1.HeaderClassName
{
color: #BB710C;
}
.AnyTagClassName
{
color: #BB710C;
}
</style>
background-color css
<style>
a { background-color: #BB710C; }
a { background-color: rgb(187,113,12); }
div.DivClassName
{
background-color: #BB710C;
}
.BgClassName
{
background-color: #BB710C;
}
</style>
border-color css
<style>
span { border-color: #BB710C; }
span { border-color: rgb(187,113,12); }
td.TdClassName
{
border-color: #BB710C;
}
.TagClassName
{
border-color: #BB710C;
}
</style>