Shades of Dark Goldenrod #BB7A00
Tints of Dark Goldenrod #BB7A00
RGB
CMYK
RGB Variations
Color information
#BB7A00 (or 0xBB7A00) is known color: Dark Goldenrod. HEX triplet: BB, 7A and 00. RGB value is (187,122,0). Sum of RGB (Red+Green+Blue) = 187+122+0=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7A00 is #4485FF. Grayscale: #808080. Windows color (decimal): -4490752 or 31419. OLE color: 31419.
HSL color Cylindrical-coordinate representation of color #BB7A00: hue angle of 39.14º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB7A00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.27 |
| HSL | 39.14º | 1% | 0.37% | - |
| HSV(B) | 39.14º | 1% | 0.73% | - |
| XYZ | 27.45 | 24.48 | 3.28 | - |
| YUV | 127.53 | 56.03 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 0 | 0 | 0.35 | 1 | 0.27 | 39.14 | 1 | 0.37 |
| Hex | BB | 7A | 0 | 0 | 23 | 64 | 1B | 27 | 64 | 25 |
| Octal | 273 | 172 | 0 | 0 | 43 | 144 | 33 | 47 | 144 | 45 |
| Binary | 10111011 | 1111010 | 0 | 0 | 100011 | 1100100 | 11011 | 100111 | 1100100 | 100101 |
Color Harmonies of #BB7A00
Complementary color
Monochromatic Colors of #BB7A00
Black with #BB7A00
Text Example
Text Example
White with #BB7A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A00; }
p { color: rgb(187,122,0); }
H1.HeaderClassName
{
color: #BB7A00;
}
.AnyTagClassName
{
color: #BB7A00;
}
</style>
background-color css
<style>
a { background-color: #BB7A00; }
a { background-color: rgb(187,122,0); }
div.DivClassName
{
background-color: #BB7A00;
}
.BgClassName
{
background-color: #BB7A00;
}
</style>
border-color css
<style>
span { border-color: #BB7A00; }
span { border-color: rgb(187,122,0); }
td.TdClassName
{
border-color: #BB7A00;
}
.TagClassName
{
border-color: #BB7A00;
}
</style>