Shades of Dark Goldenrod #BB7A04
Tints of Dark Goldenrod #BB7A04
RGB
CMYK
RGB Variations
Color information
#BB7A04 (or 0xBB7A04) is known color: Dark Goldenrod. HEX triplet: BB, 7A and 04. RGB value is (187,122,4). Sum of RGB (Red+Green+Blue) = 187+122+4=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7A04 is #4485FB. Grayscale: #808080. Windows color (decimal): -4490748 or 293563. OLE color: 293563.
HSL color Cylindrical-coordinate representation of color #BB7A04: hue angle of 38.69º degrees, saturation: 0.96, 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 #BB7A04 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.27 |
| HSL | 38.69º | 0.96% | 0.37% | - |
| HSV(B) | 38.69º | 0.98% | 0.73% | - |
| XYZ | 27.47 | 24.49 | 3.39 | - |
| YUV | 127.98 | 58.03 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 4 | 0 | 0.35 | 0.98 | 0.27 | 38.69 | 0.96 | 0.37 |
| Hex | BB | 7A | 4 | 0 | 23 | 62 | 1B | 27 | 60 | 25 |
| Octal | 273 | 172 | 4 | 0 | 43 | 142 | 33 | 47 | 140 | 45 |
| Binary | 10111011 | 1111010 | 100 | 0 | 100011 | 1100010 | 11011 | 100111 | 1100000 | 100101 |
Color Harmonies of #BB7A04
Complementary color
Monochromatic Colors of #BB7A04
Black with #BB7A04
Text Example
Text Example
White with #BB7A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A04; }
p { color: rgb(187,122,4); }
H1.HeaderClassName
{
color: #BB7A04;
}
.AnyTagClassName
{
color: #BB7A04;
}
</style>
background-color css
<style>
a { background-color: #BB7A04; }
a { background-color: rgb(187,122,4); }
div.DivClassName
{
background-color: #BB7A04;
}
.BgClassName
{
background-color: #BB7A04;
}
</style>
border-color css
<style>
span { border-color: #BB7A04; }
span { border-color: rgb(187,122,4); }
td.TdClassName
{
border-color: #BB7A04;
}
.TagClassName
{
border-color: #BB7A04;
}
</style>