Shades of Dark Goldenrod #BB7701
Tints of Dark Goldenrod #BB7701
RGB
CMYK
RGB Variations
Color information
#BB7701 (or 0xBB7701) is known color: Dark Goldenrod. HEX triplet: BB, 77 and 01. RGB value is (187,119,1). Sum of RGB (Red+Green+Blue) = 187+119+1=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7701 is #4488FE. Grayscale: #7E7E7E. Windows color (decimal): -4491519 or 96187. OLE color: 96187.
HSL color Cylindrical-coordinate representation of color #BB7701: hue angle of 38.06º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB7701 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 1 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.27 |
| HSL | 38.06º | 0.99% | 0.37% | - |
| HSV(B) | 38.06º | 0.99% | 0.73% | - |
| XYZ | 27.1 | 23.76 | 3.19 | - |
| YUV | 125.88 | 57.53 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 1 | 0 | 0.36 | 0.99 | 0.27 | 38.06 | 0.99 | 0.37 |
| Hex | BB | 77 | 1 | 0 | 24 | 63 | 1B | 26 | 63 | 25 |
| Octal | 273 | 167 | 1 | 0 | 44 | 143 | 33 | 46 | 143 | 45 |
| Binary | 10111011 | 1110111 | 1 | 0 | 100100 | 1100011 | 11011 | 100110 | 1100011 | 100101 |
Color Harmonies of #BB7701
Complementary color
Monochromatic Colors of #BB7701
Black with #BB7701
Text Example
Text Example
White with #BB7701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7701; }
p { color: rgb(187,119,1); }
H1.HeaderClassName
{
color: #BB7701;
}
.AnyTagClassName
{
color: #BB7701;
}
</style>
background-color css
<style>
a { background-color: #BB7701; }
a { background-color: rgb(187,119,1); }
div.DivClassName
{
background-color: #BB7701;
}
.BgClassName
{
background-color: #BB7701;
}
</style>
border-color css
<style>
span { border-color: #BB7701; }
span { border-color: rgb(187,119,1); }
td.TdClassName
{
border-color: #BB7701;
}
.TagClassName
{
border-color: #BB7701;
}
</style>