Shades of Dark Goldenrod #BB7307
Tints of Dark Goldenrod #BB7307
RGB
CMYK
RGB Variations
Color information
#BB7307 (or 0xBB7307) is known color: Dark Goldenrod. HEX triplet: BB, 73 and 07. RGB value is (187,115,7). Sum of RGB (Red+Green+Blue) = 187+115+7=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7307 is #448CF8. Grayscale: #7C7C7C. Windows color (decimal): -4492537 or 488379. OLE color: 488379.
HSL color Cylindrical-coordinate representation of color #BB7307: hue angle of 36º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB7307 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 7 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.27 |
| HSL | 36º | 0.93% | 0.38% | - |
| HSV(B) | 36º | 0.96% | 0.73% | - |
| XYZ | 26.66 | 22.84 | 3.2 | - |
| YUV | 124.22 | 61.85 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 7 | 0 | 0.39 | 0.96 | 0.27 | 36 | 0.93 | 0.38 |
| Hex | BB | 73 | 7 | 0 | 27 | 60 | 1B | 24 | 5D | 26 |
| Octal | 273 | 163 | 7 | 0 | 47 | 140 | 33 | 44 | 135 | 46 |
| Binary | 10111011 | 1110011 | 111 | 0 | 100111 | 1100000 | 11011 | 100100 | 1011101 | 100110 |
Color Harmonies of #BB7307
Complementary color
Monochromatic Colors of #BB7307
Black with #BB7307
Text Example
Text Example
White with #BB7307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7307; }
p { color: rgb(187,115,7); }
H1.HeaderClassName
{
color: #BB7307;
}
.AnyTagClassName
{
color: #BB7307;
}
</style>
background-color css
<style>
a { background-color: #BB7307; }
a { background-color: rgb(187,115,7); }
div.DivClassName
{
background-color: #BB7307;
}
.BgClassName
{
background-color: #BB7307;
}
</style>
border-color css
<style>
span { border-color: #BB7307; }
span { border-color: rgb(187,115,7); }
td.TdClassName
{
border-color: #BB7307;
}
.TagClassName
{
border-color: #BB7307;
}
</style>