Shades of Dark Goldenrod #BB8307
Tints of Dark Goldenrod #BB8307
RGB
CMYK
RGB Variations
Color information
#BB8307 (or 0xBB8307) is known color: Dark Goldenrod. HEX triplet: BB, 83 and 07. RGB value is (187,131,7). Sum of RGB (Red+Green+Blue) = 187+131+7=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8307 is #447CF8. Grayscale: #868686. Windows color (decimal): -4488441 or 492475. OLE color: 492475.
HSL color Cylindrical-coordinate representation of color #BB8307: hue angle of 41.33º 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 #BB8307 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 7 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.27 |
| HSL | 41.33º | 0.93% | 0.38% | - |
| HSV(B) | 41.33º | 0.96% | 0.73% | - |
| XYZ | 28.65 | 26.81 | 3.87 | - |
| YUV | 133.61 | 56.55 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 7 | 0 | 0.30 | 0.96 | 0.27 | 41.33 | 0.93 | 0.38 |
| Hex | BB | 83 | 7 | 0 | 1E | 60 | 1B | 29 | 5D | 26 |
| Octal | 273 | 203 | 7 | 0 | 36 | 140 | 33 | 51 | 135 | 46 |
| Binary | 10111011 | 10000011 | 111 | 0 | 11110 | 1100000 | 11011 | 101001 | 1011101 | 100110 |
Color Harmonies of #BB8307
Complementary color
Monochromatic Colors of #BB8307
Black with #BB8307
Text Example
Text Example
White with #BB8307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8307; }
p { color: rgb(187,131,7); }
H1.HeaderClassName
{
color: #BB8307;
}
.AnyTagClassName
{
color: #BB8307;
}
</style>
background-color css
<style>
a { background-color: #BB8307; }
a { background-color: rgb(187,131,7); }
div.DivClassName
{
background-color: #BB8307;
}
.BgClassName
{
background-color: #BB8307;
}
</style>
border-color css
<style>
span { border-color: #BB8307; }
span { border-color: rgb(187,131,7); }
td.TdClassName
{
border-color: #BB8307;
}
.TagClassName
{
border-color: #BB8307;
}
</style>