Shades of Dark Goldenrod #BB7301
Tints of Dark Goldenrod #BB7301
RGB
CMYK
RGB Variations
Color information
#BB7301 (or 0xBB7301) is known color: Dark Goldenrod. HEX triplet: BB, 73 and 01. RGB value is (187,115,1). Sum of RGB (Red+Green+Blue) = 187+115+1=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7301 is #448CFE. Grayscale: #7C7C7C. Windows color (decimal): -4492543 or 95163. OLE color: 95163.
HSL color Cylindrical-coordinate representation of color #BB7301: hue angle of 36.77º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB7301 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.27 |
| HSL | 36.77º | 0.99% | 0.37% | - |
| HSV(B) | 36.77º | 0.99% | 0.73% | - |
| XYZ | 26.63 | 22.83 | 3.03 | - |
| YUV | 123.53 | 58.85 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 1 | 0 | 0.39 | 0.99 | 0.27 | 36.77 | 0.99 | 0.37 |
| Hex | BB | 73 | 1 | 0 | 27 | 63 | 1B | 25 | 63 | 25 |
| Octal | 273 | 163 | 1 | 0 | 47 | 143 | 33 | 45 | 143 | 45 |
| Binary | 10111011 | 1110011 | 1 | 0 | 100111 | 1100011 | 11011 | 100101 | 1100011 | 100101 |
Color Harmonies of #BB7301
Complementary color
Monochromatic Colors of #BB7301
Black with #BB7301
Text Example
Text Example
White with #BB7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7301; }
p { color: rgb(187,115,1); }
H1.HeaderClassName
{
color: #BB7301;
}
.AnyTagClassName
{
color: #BB7301;
}
</style>
background-color css
<style>
a { background-color: #BB7301; }
a { background-color: rgb(187,115,1); }
div.DivClassName
{
background-color: #BB7301;
}
.BgClassName
{
background-color: #BB7301;
}
</style>
border-color css
<style>
span { border-color: #BB7301; }
span { border-color: rgb(187,115,1); }
td.TdClassName
{
border-color: #BB7301;
}
.TagClassName
{
border-color: #BB7301;
}
</style>