Shades of Dark Goldenrod #BB8503
Tints of Dark Goldenrod #BB8503
RGB
CMYK
RGB Variations
Color information
#BB8503 (or 0xBB8503) is known color: Dark Goldenrod. HEX triplet: BB, 85 and 03. RGB value is (187,133,3). Sum of RGB (Red+Green+Blue) = 187+133+3=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8503 is #447AFC. Grayscale: #868686. Windows color (decimal): -4487933 or 230843. OLE color: 230843.
HSL color Cylindrical-coordinate representation of color #BB8503: hue angle of 42.39º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB8503 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 3 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.27 |
| HSL | 42.39º | 0.97% | 0.37% | - |
| HSV(B) | 42.39º | 0.98% | 0.73% | - |
| XYZ | 28.9 | 27.35 | 3.84 | - |
| YUV | 134.33 | 53.89 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 3 | 0 | 0.29 | 0.98 | 0.27 | 42.39 | 0.97 | 0.37 |
| Hex | BB | 85 | 3 | 0 | 1D | 62 | 1B | 2A | 61 | 25 |
| Octal | 273 | 205 | 3 | 0 | 35 | 142 | 33 | 52 | 141 | 45 |
| Binary | 10111011 | 10000101 | 11 | 0 | 11101 | 1100010 | 11011 | 101010 | 1100001 | 100101 |
Color Harmonies of #BB8503
Complementary color
Monochromatic Colors of #BB8503
Black with #BB8503
Text Example
Text Example
White with #BB8503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8503; }
p { color: rgb(187,133,3); }
H1.HeaderClassName
{
color: #BB8503;
}
.AnyTagClassName
{
color: #BB8503;
}
</style>
background-color css
<style>
a { background-color: #BB8503; }
a { background-color: rgb(187,133,3); }
div.DivClassName
{
background-color: #BB8503;
}
.BgClassName
{
background-color: #BB8503;
}
</style>
border-color css
<style>
span { border-color: #BB8503; }
span { border-color: rgb(187,133,3); }
td.TdClassName
{
border-color: #BB8503;
}
.TagClassName
{
border-color: #BB8503;
}
</style>