Shades of Dark Goldenrod #BB7306
Tints of Dark Goldenrod #BB7306
RGB
CMYK
RGB Variations
Color information
#BB7306 (or 0xBB7306) is known color: Dark Goldenrod. HEX triplet: BB, 73 and 06. RGB value is (187,115,6). Sum of RGB (Red+Green+Blue) = 187+115+6=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7306 is #448CF9. Grayscale: #7C7C7C. Windows color (decimal): -4492538 or 422843. OLE color: 422843.
HSL color Cylindrical-coordinate representation of color #BB7306: hue angle of 36.13º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB7306 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 6 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.27 |
| HSL | 36.13º | 0.94% | 0.38% | - |
| HSV(B) | 36.13º | 0.97% | 0.73% | - |
| XYZ | 26.66 | 22.84 | 3.18 | - |
| YUV | 124.1 | 61.35 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 6 | 0 | 0.39 | 0.97 | 0.27 | 36.13 | 0.94 | 0.38 |
| Hex | BB | 73 | 6 | 0 | 27 | 61 | 1B | 24 | 5E | 26 |
| Octal | 273 | 163 | 6 | 0 | 47 | 141 | 33 | 44 | 136 | 46 |
| Binary | 10111011 | 1110011 | 110 | 0 | 100111 | 1100001 | 11011 | 100100 | 1011110 | 100110 |
Color Harmonies of #BB7306
Complementary color
Monochromatic Colors of #BB7306
Black with #BB7306
Text Example
Text Example
White with #BB7306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7306; }
p { color: rgb(187,115,6); }
H1.HeaderClassName
{
color: #BB7306;
}
.AnyTagClassName
{
color: #BB7306;
}
</style>
background-color css
<style>
a { background-color: #BB7306; }
a { background-color: rgb(187,115,6); }
div.DivClassName
{
background-color: #BB7306;
}
.BgClassName
{
background-color: #BB7306;
}
</style>
border-color css
<style>
span { border-color: #BB7306; }
span { border-color: rgb(187,115,6); }
td.TdClassName
{
border-color: #BB7306;
}
.TagClassName
{
border-color: #BB7306;
}
</style>