Shades of Dark Goldenrod #BB8C17
Tints of Dark Goldenrod #BB8C17
RGB
CMYK
RGB Variations
Color information
#BB8C17 (or 0xBB8C17) is known color: Dark Goldenrod. HEX triplet: BB, 8C and 17. RGB value is (187,140,23). Sum of RGB (Red+Green+Blue) = 187+140+23=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8C17 is #4473E8. Grayscale: #8D8D8D. Windows color (decimal): -4486121 or 1543355. OLE color: 1543355.
HSL color Cylindrical-coordinate representation of color #BB8C17: hue angle of 42.8º 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 #BB8C17 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 23 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.27 |
| HSL | 42.8º | 0.78% | 0.41% | - |
| HSV(B) | 42.8º | 0.88% | 0.73% | - |
| XYZ | 30.03 | 29.38 | 4.9 | - |
| YUV | 140.72 | 61.57 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 23 | 0 | 0.25 | 0.88 | 0.27 | 42.8 | 0.78 | 0.41 |
| Hex | BB | 8C | 17 | 0 | 19 | 58 | 1B | 2B | 4E | 29 |
| Octal | 273 | 214 | 27 | 0 | 31 | 130 | 33 | 53 | 116 | 51 |
| Binary | 10111011 | 10001100 | 10111 | 0 | 11001 | 1011000 | 11011 | 101011 | 1001110 | 101001 |
Color Harmonies of #BB8C17
Complementary color
Monochromatic Colors of #BB8C17
Black with #BB8C17
Text Example
Text Example
White with #BB8C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C17; }
p { color: rgb(187,140,23); }
H1.HeaderClassName
{
color: #BB8C17;
}
.AnyTagClassName
{
color: #BB8C17;
}
</style>
background-color css
<style>
a { background-color: #BB8C17; }
a { background-color: rgb(187,140,23); }
div.DivClassName
{
background-color: #BB8C17;
}
.BgClassName
{
background-color: #BB8C17;
}
</style>
border-color css
<style>
span { border-color: #BB8C17; }
span { border-color: rgb(187,140,23); }
td.TdClassName
{
border-color: #BB8C17;
}
.TagClassName
{
border-color: #BB8C17;
}
</style>