Shades of Dark Goldenrod #BB7A07
Tints of Dark Goldenrod #BB7A07
RGB
CMYK
RGB Variations
Color information
#BB7A07 (or 0xBB7A07) is known color: Dark Goldenrod. HEX triplet: BB, 7A and 07. RGB value is (187,122,7). Sum of RGB (Red+Green+Blue) = 187+122+7=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7A07 is #4485F8. Grayscale: #808080. Windows color (decimal): -4490745 or 490171. OLE color: 490171.
HSL color Cylindrical-coordinate representation of color #BB7A07: hue angle of 38.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 #BB7A07 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 7 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.27 |
| HSL | 38.33º | 0.93% | 0.38% | - |
| HSV(B) | 38.33º | 0.96% | 0.73% | - |
| XYZ | 27.49 | 24.5 | 3.48 | - |
| YUV | 128.33 | 59.53 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 7 | 0 | 0.35 | 0.96 | 0.27 | 38.33 | 0.93 | 0.38 |
| Hex | BB | 7A | 7 | 0 | 23 | 60 | 1B | 26 | 5D | 26 |
| Octal | 273 | 172 | 7 | 0 | 43 | 140 | 33 | 46 | 135 | 46 |
| Binary | 10111011 | 1111010 | 111 | 0 | 100011 | 1100000 | 11011 | 100110 | 1011101 | 100110 |
Color Harmonies of #BB7A07
Complementary color
Monochromatic Colors of #BB7A07
Black with #BB7A07
Text Example
Text Example
White with #BB7A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A07; }
p { color: rgb(187,122,7); }
H1.HeaderClassName
{
color: #BB7A07;
}
.AnyTagClassName
{
color: #BB7A07;
}
</style>
background-color css
<style>
a { background-color: #BB7A07; }
a { background-color: rgb(187,122,7); }
div.DivClassName
{
background-color: #BB7A07;
}
.BgClassName
{
background-color: #BB7A07;
}
</style>
border-color css
<style>
span { border-color: #BB7A07; }
span { border-color: rgb(187,122,7); }
td.TdClassName
{
border-color: #BB7A07;
}
.TagClassName
{
border-color: #BB7A07;
}
</style>