Shades of Dark Goldenrod #BB7C03
Tints of Dark Goldenrod #BB7C03
RGB
CMYK
RGB Variations
Color information
#BB7C03 (or 0xBB7C03) is known color: Dark Goldenrod. HEX triplet: BB, 7C and 03. RGB value is (187,124,3). Sum of RGB (Red+Green+Blue) = 187+124+3=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7C03 is #4483FC. Grayscale: #818181. Windows color (decimal): -4490237 or 228539. OLE color: 228539.
HSL color Cylindrical-coordinate representation of color #BB7C03: hue angle of 39.46º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB7C03 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 3 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.27 |
| HSL | 39.46º | 0.97% | 0.37% | - |
| HSV(B) | 39.46º | 0.98% | 0.73% | - |
| XYZ | 27.72 | 24.99 | 3.45 | - |
| YUV | 129.04 | 56.87 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 3 | 0 | 0.34 | 0.98 | 0.27 | 39.46 | 0.97 | 0.37 |
| Hex | BB | 7C | 3 | 0 | 22 | 62 | 1B | 27 | 61 | 25 |
| Octal | 273 | 174 | 3 | 0 | 42 | 142 | 33 | 47 | 141 | 45 |
| Binary | 10111011 | 1111100 | 11 | 0 | 100010 | 1100010 | 11011 | 100111 | 1100001 | 100101 |
Color Harmonies of #BB7C03
Complementary color
Monochromatic Colors of #BB7C03
Black with #BB7C03
Text Example
Text Example
White with #BB7C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7C03; }
p { color: rgb(187,124,3); }
H1.HeaderClassName
{
color: #BB7C03;
}
.AnyTagClassName
{
color: #BB7C03;
}
</style>
background-color css
<style>
a { background-color: #BB7C03; }
a { background-color: rgb(187,124,3); }
div.DivClassName
{
background-color: #BB7C03;
}
.BgClassName
{
background-color: #BB7C03;
}
</style>
border-color css
<style>
span { border-color: #BB7C03; }
span { border-color: rgb(187,124,3); }
td.TdClassName
{
border-color: #BB7C03;
}
.TagClassName
{
border-color: #BB7C03;
}
</style>