Shades of Dark Goldenrod #BB7601
Tints of Dark Goldenrod #BB7601
RGB
CMYK
RGB Variations
Color information
#BB7601 (or 0xBB7601) is known color: Dark Goldenrod. HEX triplet: BB, 76 and 01. RGB value is (187,118,1). Sum of RGB (Red+Green+Blue) = 187+118+1=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7601 is #4489FE. Grayscale: #7D7D7D. Windows color (decimal): -4491775 or 95931. OLE color: 95931.
HSL color Cylindrical-coordinate representation of color #BB7601: hue angle of 37.74º 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 #BB7601 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 118 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.27 |
| HSL | 37.74º | 0.99% | 0.37% | - |
| HSV(B) | 37.74º | 0.99% | 0.73% | - |
| XYZ | 26.98 | 23.52 | 3.15 | - |
| YUV | 125.29 | 57.86 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 1 | 0 | 0.37 | 0.99 | 0.27 | 37.74 | 0.99 | 0.37 |
| Hex | BB | 76 | 1 | 0 | 25 | 63 | 1B | 26 | 63 | 25 |
| Octal | 273 | 166 | 1 | 0 | 45 | 143 | 33 | 46 | 143 | 45 |
| Binary | 10111011 | 1110110 | 1 | 0 | 100101 | 1100011 | 11011 | 100110 | 1100011 | 100101 |
Color Harmonies of #BB7601
Complementary color
Monochromatic Colors of #BB7601
Black with #BB7601
Text Example
Text Example
White with #BB7601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7601; }
p { color: rgb(187,118,1); }
H1.HeaderClassName
{
color: #BB7601;
}
.AnyTagClassName
{
color: #BB7601;
}
</style>
background-color css
<style>
a { background-color: #BB7601; }
a { background-color: rgb(187,118,1); }
div.DivClassName
{
background-color: #BB7601;
}
.BgClassName
{
background-color: #BB7601;
}
</style>
border-color css
<style>
span { border-color: #BB7601; }
span { border-color: rgb(187,118,1); }
td.TdClassName
{
border-color: #BB7601;
}
.TagClassName
{
border-color: #BB7601;
}
</style>