Shades of Dark Goldenrod #BB730B
Tints of Dark Goldenrod #BB730B
RGB
CMYK
RGB Variations
Color information
#BB730B (or 0xBB730B) is known color: Dark Goldenrod. HEX triplet: BB, 73 and 0B. RGB value is (187,115,11). Sum of RGB (Red+Green+Blue) = 187+115+11=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB730B is #448CF4. Grayscale: #7D7D7D. Windows color (decimal): -4492533 or 750523. OLE color: 750523.
HSL color Cylindrical-coordinate representation of color #BB730B: hue angle of 35.45º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB730B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 11 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.27 |
| HSL | 35.45º | 0.89% | 0.39% | - |
| HSV(B) | 35.45º | 0.94% | 0.73% | - |
| XYZ | 26.68 | 22.85 | 3.32 | - |
| YUV | 124.67 | 63.85 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 11 | 0 | 0.39 | 0.94 | 0.27 | 35.45 | 0.89 | 0.39 |
| Hex | BB | 73 | B | 0 | 27 | 5E | 1B | 23 | 59 | 27 |
| Octal | 273 | 163 | 13 | 0 | 47 | 136 | 33 | 43 | 131 | 47 |
| Binary | 10111011 | 1110011 | 1011 | 0 | 100111 | 1011110 | 11011 | 100011 | 1011001 | 100111 |
Color Harmonies of #BB730B
Complementary color
Monochromatic Colors of #BB730B
Black with #BB730B
Text Example
Text Example
White with #BB730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB730B; }
p { color: rgb(187,115,11); }
H1.HeaderClassName
{
color: #BB730B;
}
.AnyTagClassName
{
color: #BB730B;
}
</style>
background-color css
<style>
a { background-color: #BB730B; }
a { background-color: rgb(187,115,11); }
div.DivClassName
{
background-color: #BB730B;
}
.BgClassName
{
background-color: #BB730B;
}
</style>
border-color css
<style>
span { border-color: #BB730B; }
span { border-color: rgb(187,115,11); }
td.TdClassName
{
border-color: #BB730B;
}
.TagClassName
{
border-color: #BB730B;
}
</style>