Shades of Dark Goldenrod #BB8C19
Tints of Dark Goldenrod #BB8C19
RGB
CMYK
RGB Variations
Color information
#BB8C19 (or 0xBB8C19) is known color: Dark Goldenrod. HEX triplet: BB, 8C and 19. RGB value is (187,140,25). Sum of RGB (Red+Green+Blue) = 187+140+25=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8C19 is #4473E6. Grayscale: #8D8D8D. Windows color (decimal): -4486119 or 1674427. OLE color: 1674427.
HSL color Cylindrical-coordinate representation of color #BB8C19: hue angle of 42.59º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB8C19 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 25 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.27 |
| HSL | 42.59º | 0.76% | 0.42% | - |
| HSV(B) | 42.59º | 0.87% | 0.73% | - |
| XYZ | 30.05 | 29.39 | 5.01 | - |
| YUV | 140.94 | 62.57 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 25 | 0 | 0.25 | 0.87 | 0.27 | 42.59 | 0.76 | 0.42 |
| Hex | BB | 8C | 19 | 0 | 19 | 57 | 1B | 2B | 4C | 2A |
| Octal | 273 | 214 | 31 | 0 | 31 | 127 | 33 | 53 | 114 | 52 |
| Binary | 10111011 | 10001100 | 11001 | 0 | 11001 | 1010111 | 11011 | 101011 | 1001100 | 101010 |
Color Harmonies of #BB8C19
Complementary color
Monochromatic Colors of #BB8C19
Black with #BB8C19
Text Example
Text Example
White with #BB8C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C19; }
p { color: rgb(187,140,25); }
H1.HeaderClassName
{
color: #BB8C19;
}
.AnyTagClassName
{
color: #BB8C19;
}
</style>
background-color css
<style>
a { background-color: #BB8C19; }
a { background-color: rgb(187,140,25); }
div.DivClassName
{
background-color: #BB8C19;
}
.BgClassName
{
background-color: #BB8C19;
}
</style>
border-color css
<style>
span { border-color: #BB8C19; }
span { border-color: rgb(187,140,25); }
td.TdClassName
{
border-color: #BB8C19;
}
.TagClassName
{
border-color: #BB8C19;
}
</style>