Shades of Dark Goldenrod #BF8303
Tints of Dark Goldenrod #BF8303
RGB
CMYK
RGB Variations
Color information
#BF8303 (or 0xBF8303) is known color: Dark Goldenrod. HEX triplet: BF, 83 and 03. RGB value is (191,131,3). Sum of RGB (Red+Green+Blue) = 191+131+3=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8303 is #407CFC. Grayscale: #868686. Windows color (decimal): -4226301 or 230335. OLE color: 230335.
HSL color Cylindrical-coordinate representation of color #BF8303: hue angle of 40.85º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF8303 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 3 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.25 |
| HSL | 40.85º | 0.97% | 0.38% | - |
| HSV(B) | 40.85º | 0.98% | 0.75% | - |
| XYZ | 29.62 | 27.32 | 3.8 | - |
| YUV | 134.35 | 53.88 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 3 | 0 | 0.31 | 0.98 | 0.25 | 40.85 | 0.97 | 0.38 |
| Hex | BF | 83 | 3 | 0 | 1F | 62 | 19 | 29 | 61 | 26 |
| Octal | 277 | 203 | 3 | 0 | 37 | 142 | 31 | 51 | 141 | 46 |
| Binary | 10111111 | 10000011 | 11 | 0 | 11111 | 1100010 | 11001 | 101001 | 1100001 | 100110 |
Color Harmonies of #BF8303
Complementary color
Monochromatic Colors of #BF8303
Black with #BF8303
Text Example
Text Example
White with #BF8303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8303; }
p { color: rgb(191,131,3); }
H1.HeaderClassName
{
color: #BF8303;
}
.AnyTagClassName
{
color: #BF8303;
}
</style>
background-color css
<style>
a { background-color: #BF8303; }
a { background-color: rgb(191,131,3); }
div.DivClassName
{
background-color: #BF8303;
}
.BgClassName
{
background-color: #BF8303;
}
</style>
border-color css
<style>
span { border-color: #BF8303; }
span { border-color: rgb(191,131,3); }
td.TdClassName
{
border-color: #BF8303;
}
.TagClassName
{
border-color: #BF8303;
}
</style>