Shades of Dark Goldenrod #BB7514
Tints of Dark Goldenrod #BB7514
RGB
CMYK
RGB Variations
Color information
#BB7514 (or 0xBB7514) is known color: Dark Goldenrod. HEX triplet: BB, 75 and 14. RGB value is (187,117,20). Sum of RGB (Red+Green+Blue) = 187+117+20=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7514 is #448AEB. Grayscale: #7F7F7F. Windows color (decimal): -4492012 or 1340859. OLE color: 1340859.
HSL color Cylindrical-coordinate representation of color #BB7514: hue angle of 34.85º 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 #BB7514 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 20 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.27 |
| HSL | 34.85º | 0.81% | 0.41% | - |
| HSV(B) | 34.85º | 0.89% | 0.73% | - |
| XYZ | 26.98 | 23.34 | 3.74 | - |
| YUV | 126.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 20 | 0 | 0.37 | 0.89 | 0.27 | 34.85 | 0.81 | 0.41 |
| Hex | BB | 75 | 14 | 0 | 25 | 59 | 1B | 23 | 51 | 29 |
| Octal | 273 | 165 | 24 | 0 | 45 | 131 | 33 | 43 | 121 | 51 |
| Binary | 10111011 | 1110101 | 10100 | 0 | 100101 | 1011001 | 11011 | 100011 | 1010001 | 101001 |
Color Harmonies of #BB7514
Complementary color
Monochromatic Colors of #BB7514
Black with #BB7514
Text Example
Text Example
White with #BB7514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7514; }
p { color: rgb(187,117,20); }
H1.HeaderClassName
{
color: #BB7514;
}
.AnyTagClassName
{
color: #BB7514;
}
</style>
background-color css
<style>
a { background-color: #BB7514; }
a { background-color: rgb(187,117,20); }
div.DivClassName
{
background-color: #BB7514;
}
.BgClassName
{
background-color: #BB7514;
}
</style>
border-color css
<style>
span { border-color: #BB7514; }
span { border-color: rgb(187,117,20); }
td.TdClassName
{
border-color: #BB7514;
}
.TagClassName
{
border-color: #BB7514;
}
</style>