Shades of Dark Goldenrod #BB7C01
Tints of Dark Goldenrod #BB7C01
RGB
CMYK
RGB Variations
Color information
#BB7C01 (or 0xBB7C01) is known color: Dark Goldenrod. HEX triplet: BB, 7C and 01. RGB value is (187,124,1). Sum of RGB (Red+Green+Blue) = 187+124+1=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7C01 is #4483FE. Grayscale: #818181. Windows color (decimal): -4490239 or 97467. OLE color: 97467.
HSL color Cylindrical-coordinate representation of color #BB7C01: hue angle of 39.68º 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 #BB7C01 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.27 |
| HSL | 39.68º | 0.99% | 0.37% | - |
| HSV(B) | 39.68º | 0.99% | 0.73% | - |
| XYZ | 27.71 | 24.98 | 3.39 | - |
| YUV | 128.82 | 55.87 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 1 | 0 | 0.34 | 0.99 | 0.27 | 39.68 | 0.99 | 0.37 |
| Hex | BB | 7C | 1 | 0 | 22 | 63 | 1B | 28 | 63 | 25 |
| Octal | 273 | 174 | 1 | 0 | 42 | 143 | 33 | 50 | 143 | 45 |
| Binary | 10111011 | 1111100 | 1 | 0 | 100010 | 1100011 | 11011 | 101000 | 1100011 | 100101 |
Color Harmonies of #BB7C01
Complementary color
Monochromatic Colors of #BB7C01
Black with #BB7C01
Text Example
Text Example
White with #BB7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7C01; }
p { color: rgb(187,124,1); }
H1.HeaderClassName
{
color: #BB7C01;
}
.AnyTagClassName
{
color: #BB7C01;
}
</style>
background-color css
<style>
a { background-color: #BB7C01; }
a { background-color: rgb(187,124,1); }
div.DivClassName
{
background-color: #BB7C01;
}
.BgClassName
{
background-color: #BB7C01;
}
</style>
border-color css
<style>
span { border-color: #BB7C01; }
span { border-color: rgb(187,124,1); }
td.TdClassName
{
border-color: #BB7C01;
}
.TagClassName
{
border-color: #BB7C01;
}
</style>