Shades of Dark Goldenrod #BB8304
Tints of Dark Goldenrod #BB8304
RGB
CMYK
RGB Variations
Color information
#BB8304 (or 0xBB8304) is known color: Dark Goldenrod. HEX triplet: BB, 83 and 04. RGB value is (187,131,4). Sum of RGB (Red+Green+Blue) = 187+131+4=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8304 is #447CFB. Grayscale: #858585. Windows color (decimal): -4488444 or 295867. OLE color: 295867.
HSL color Cylindrical-coordinate representation of color #BB8304: hue angle of 41.64º degrees, saturation: 0.96, 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 #BB8304 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.27 |
| HSL | 41.64º | 0.96% | 0.37% | - |
| HSV(B) | 41.64º | 0.98% | 0.73% | - |
| XYZ | 28.63 | 26.81 | 3.78 | - |
| YUV | 133.27 | 55.05 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 4 | 0 | 0.30 | 0.98 | 0.27 | 41.64 | 0.96 | 0.37 |
| Hex | BB | 83 | 4 | 0 | 1E | 62 | 1B | 2A | 60 | 25 |
| Octal | 273 | 203 | 4 | 0 | 36 | 142 | 33 | 52 | 140 | 45 |
| Binary | 10111011 | 10000011 | 100 | 0 | 11110 | 1100010 | 11011 | 101010 | 1100000 | 100101 |
Color Harmonies of #BB8304
Complementary color
Monochromatic Colors of #BB8304
Black with #BB8304
Text Example
Text Example
White with #BB8304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8304; }
p { color: rgb(187,131,4); }
H1.HeaderClassName
{
color: #BB8304;
}
.AnyTagClassName
{
color: #BB8304;
}
</style>
background-color css
<style>
a { background-color: #BB8304; }
a { background-color: rgb(187,131,4); }
div.DivClassName
{
background-color: #BB8304;
}
.BgClassName
{
background-color: #BB8304;
}
</style>
border-color css
<style>
span { border-color: #BB8304; }
span { border-color: rgb(187,131,4); }
td.TdClassName
{
border-color: #BB8304;
}
.TagClassName
{
border-color: #BB8304;
}
</style>