Shades of Dark Goldenrod #BB7614
Tints of Dark Goldenrod #BB7614
RGB
CMYK
RGB Variations
Color information
#BB7614 (or 0xBB7614) is known color: Dark Goldenrod. HEX triplet: BB, 76 and 14. RGB value is (187,118,20). Sum of RGB (Red+Green+Blue) = 187+118+20=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7614 is #4489EB. Grayscale: #7F7F7F. Windows color (decimal): -4491756 or 1341115. OLE color: 1341115.
HSL color Cylindrical-coordinate representation of color #BB7614: hue angle of 35.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB7614 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 118 | 20 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.27 |
| HSL | 35.21º | 0.81% | 0.41% | - |
| HSV(B) | 35.21º | 0.89% | 0.73% | - |
| XYZ | 27.1 | 23.57 | 3.78 | - |
| YUV | 127.46 | 67.36 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 20 | 0 | 0.37 | 0.89 | 0.27 | 35.21 | 0.81 | 0.41 |
| Hex | BB | 76 | 14 | 0 | 25 | 59 | 1B | 23 | 51 | 29 |
| Octal | 273 | 166 | 24 | 0 | 45 | 131 | 33 | 43 | 121 | 51 |
| Binary | 10111011 | 1110110 | 10100 | 0 | 100101 | 1011001 | 11011 | 100011 | 1010001 | 101001 |
Color Harmonies of #BB7614
Complementary color
Monochromatic Colors of #BB7614
Black with #BB7614
Text Example
Text Example
White with #BB7614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7614; }
p { color: rgb(187,118,20); }
H1.HeaderClassName
{
color: #BB7614;
}
.AnyTagClassName
{
color: #BB7614;
}
</style>
background-color css
<style>
a { background-color: #BB7614; }
a { background-color: rgb(187,118,20); }
div.DivClassName
{
background-color: #BB7614;
}
.BgClassName
{
background-color: #BB7614;
}
</style>
border-color css
<style>
span { border-color: #BB7614; }
span { border-color: rgb(187,118,20); }
td.TdClassName
{
border-color: #BB7614;
}
.TagClassName
{
border-color: #BB7614;
}
</style>