Shades of Dark Goldenrod #BB8017
Tints of Dark Goldenrod #BB8017
RGB
CMYK
RGB Variations
Color information
#BB8017 (or 0xBB8017) is known color: Dark Goldenrod. HEX triplet: BB, 80 and 17. RGB value is (187,128,23). Sum of RGB (Red+Green+Blue) = 187+128+23=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8017 is #447FE8. Grayscale: #868686. Windows color (decimal): -4489193 or 1540283. OLE color: 1540283.
HSL color Cylindrical-coordinate representation of color #BB8017: hue angle of 38.41º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB8017 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 23 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.27 |
| HSL | 38.41º | 0.78% | 0.41% | - |
| HSV(B) | 38.41º | 0.88% | 0.73% | - |
| XYZ | 28.37 | 26.07 | 4.35 | - |
| YUV | 133.67 | 65.55 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 23 | 0 | 0.32 | 0.88 | 0.27 | 38.41 | 0.78 | 0.41 |
| Hex | BB | 80 | 17 | 0 | 20 | 58 | 1B | 26 | 4E | 29 |
| Octal | 273 | 200 | 27 | 0 | 40 | 130 | 33 | 46 | 116 | 51 |
| Binary | 10111011 | 10000000 | 10111 | 0 | 100000 | 1011000 | 11011 | 100110 | 1001110 | 101001 |
Color Harmonies of #BB8017
Complementary color
Monochromatic Colors of #BB8017
Black with #BB8017
Text Example
Text Example
White with #BB8017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8017; }
p { color: rgb(187,128,23); }
H1.HeaderClassName
{
color: #BB8017;
}
.AnyTagClassName
{
color: #BB8017;
}
</style>
background-color css
<style>
a { background-color: #BB8017; }
a { background-color: rgb(187,128,23); }
div.DivClassName
{
background-color: #BB8017;
}
.BgClassName
{
background-color: #BB8017;
}
</style>
border-color css
<style>
span { border-color: #BB8017; }
span { border-color: rgb(187,128,23); }
td.TdClassName
{
border-color: #BB8017;
}
.TagClassName
{
border-color: #BB8017;
}
</style>