Shades of Dark Goldenrod #BB8207
Tints of Dark Goldenrod #BB8207
RGB
CMYK
RGB Variations
Color information
#BB8207 (or 0xBB8207) is known color: Dark Goldenrod. HEX triplet: BB, 82 and 07. RGB value is (187,130,7). Sum of RGB (Red+Green+Blue) = 187+130+7=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8207 is #447DF8. Grayscale: #858585. Windows color (decimal): -4488697 or 492219. OLE color: 492219.
HSL color Cylindrical-coordinate representation of color #BB8207: hue angle of 41º 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 #BB8207 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 7 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.27 |
| HSL | 41º | 0.93% | 0.38% | - |
| HSV(B) | 41º | 0.96% | 0.73% | - |
| XYZ | 28.51 | 26.55 | 3.82 | - |
| YUV | 133.02 | 56.88 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 7 | 0 | 0.30 | 0.96 | 0.27 | 41 | 0.93 | 0.38 |
| Hex | BB | 82 | 7 | 0 | 1E | 60 | 1B | 29 | 5D | 26 |
| Octal | 273 | 202 | 7 | 0 | 36 | 140 | 33 | 51 | 135 | 46 |
| Binary | 10111011 | 10000010 | 111 | 0 | 11110 | 1100000 | 11011 | 101001 | 1011101 | 100110 |
Color Harmonies of #BB8207
Complementary color
Monochromatic Colors of #BB8207
Black with #BB8207
Text Example
Text Example
White with #BB8207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8207; }
p { color: rgb(187,130,7); }
H1.HeaderClassName
{
color: #BB8207;
}
.AnyTagClassName
{
color: #BB8207;
}
</style>
background-color css
<style>
a { background-color: #BB8207; }
a { background-color: rgb(187,130,7); }
div.DivClassName
{
background-color: #BB8207;
}
.BgClassName
{
background-color: #BB8207;
}
</style>
border-color css
<style>
span { border-color: #BB8207; }
span { border-color: rgb(187,130,7); }
td.TdClassName
{
border-color: #BB8207;
}
.TagClassName
{
border-color: #BB8207;
}
</style>