Shades of Dark Goldenrod #BB8403
Tints of Dark Goldenrod #BB8403
RGB
CMYK
RGB Variations
Color information
#BB8403 (or 0xBB8403) is known color: Dark Goldenrod. HEX triplet: BB, 84 and 03. RGB value is (187,132,3). Sum of RGB (Red+Green+Blue) = 187+132+3=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8403 is #447BFC. Grayscale: #868686. Windows color (decimal): -4488189 or 230587. OLE color: 230587.
HSL color Cylindrical-coordinate representation of color #BB8403: hue angle of 42.07º 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 #BB8403 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 3 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.27 |
| HSL | 42.07º | 0.97% | 0.37% | - |
| HSV(B) | 42.07º | 0.98% | 0.73% | - |
| XYZ | 28.76 | 27.07 | 3.8 | - |
| YUV | 133.74 | 54.22 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 3 | 0 | 0.29 | 0.98 | 0.27 | 42.07 | 0.97 | 0.37 |
| Hex | BB | 84 | 3 | 0 | 1D | 62 | 1B | 2A | 61 | 25 |
| Octal | 273 | 204 | 3 | 0 | 35 | 142 | 33 | 52 | 141 | 45 |
| Binary | 10111011 | 10000100 | 11 | 0 | 11101 | 1100010 | 11011 | 101010 | 1100001 | 100101 |
Color Harmonies of #BB8403
Complementary color
Monochromatic Colors of #BB8403
Black with #BB8403
Text Example
Text Example
White with #BB8403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8403; }
p { color: rgb(187,132,3); }
H1.HeaderClassName
{
color: #BB8403;
}
.AnyTagClassName
{
color: #BB8403;
}
</style>
background-color css
<style>
a { background-color: #BB8403; }
a { background-color: rgb(187,132,3); }
div.DivClassName
{
background-color: #BB8403;
}
.BgClassName
{
background-color: #BB8403;
}
</style>
border-color css
<style>
span { border-color: #BB8403; }
span { border-color: rgb(187,132,3); }
td.TdClassName
{
border-color: #BB8403;
}
.TagClassName
{
border-color: #BB8403;
}
</style>