Shades of Dark Goldenrod #BB7400
Tints of Dark Goldenrod #BB7400
RGB
CMYK
RGB Variations
Color information
#BB7400 (or 0xBB7400) is known color: Dark Goldenrod. HEX triplet: BB, 74 and 00. RGB value is (187,116,0). Sum of RGB (Red+Green+Blue) = 187+116+0=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7400 is #448BFF. Grayscale: #7C7C7C. Windows color (decimal): -4492288 or 29883. OLE color: 29883.
HSL color Cylindrical-coordinate representation of color #BB7400: hue angle of 37.22º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB7400 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.27 |
| HSL | 37.22º | 1% | 0.37% | - |
| HSV(B) | 37.22º | 1% | 0.73% | - |
| XYZ | 26.74 | 23.06 | 3.04 | - |
| YUV | 124.01 | 58.02 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 0 | 0 | 0.38 | 1 | 0.27 | 37.22 | 1 | 0.37 |
| Hex | BB | 74 | 0 | 0 | 26 | 64 | 1B | 25 | 64 | 25 |
| Octal | 273 | 164 | 0 | 0 | 46 | 144 | 33 | 45 | 144 | 45 |
| Binary | 10111011 | 1110100 | 0 | 0 | 100110 | 1100100 | 11011 | 100101 | 1100100 | 100101 |
Color Harmonies of #BB7400
Complementary color
Monochromatic Colors of #BB7400
Black with #BB7400
Text Example
Text Example
White with #BB7400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7400; }
p { color: rgb(187,116,0); }
H1.HeaderClassName
{
color: #BB7400;
}
.AnyTagClassName
{
color: #BB7400;
}
</style>
background-color css
<style>
a { background-color: #BB7400; }
a { background-color: rgb(187,116,0); }
div.DivClassName
{
background-color: #BB7400;
}
.BgClassName
{
background-color: #BB7400;
}
</style>
border-color css
<style>
span { border-color: #BB7400; }
span { border-color: rgb(187,116,0); }
td.TdClassName
{
border-color: #BB7400;
}
.TagClassName
{
border-color: #BB7400;
}
</style>