Shades of Dark Goldenrod #BF8305
Tints of Dark Goldenrod #BF8305
RGB
CMYK
RGB Variations
Color information
#BF8305 (or 0xBF8305) is known color: Dark Goldenrod. HEX triplet: BF, 83 and 05. RGB value is (191,131,5). Sum of RGB (Red+Green+Blue) = 191+131+5=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8305 is #407CFA. Grayscale: #878787. Windows color (decimal): -4226299 or 361407. OLE color: 361407.
HSL color Cylindrical-coordinate representation of color #BF8305: hue angle of 40.65º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF8305 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.25 |
| HSL | 40.65º | 0.95% | 0.38% | - |
| HSV(B) | 40.65º | 0.97% | 0.75% | - |
| XYZ | 29.63 | 27.32 | 3.86 | - |
| YUV | 134.58 | 54.88 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 5 | 0 | 0.31 | 0.97 | 0.25 | 40.65 | 0.95 | 0.38 |
| Hex | BF | 83 | 5 | 0 | 1F | 61 | 19 | 29 | 5F | 26 |
| Octal | 277 | 203 | 5 | 0 | 37 | 141 | 31 | 51 | 137 | 46 |
| Binary | 10111111 | 10000011 | 101 | 0 | 11111 | 1100001 | 11001 | 101001 | 1011111 | 100110 |
Color Harmonies of #BF8305
Complementary color
Monochromatic Colors of #BF8305
Black with #BF8305
Text Example
Text Example
White with #BF8305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8305; }
p { color: rgb(191,131,5); }
H1.HeaderClassName
{
color: #BF8305;
}
.AnyTagClassName
{
color: #BF8305;
}
</style>
background-color css
<style>
a { background-color: #BF8305; }
a { background-color: rgb(191,131,5); }
div.DivClassName
{
background-color: #BF8305;
}
.BgClassName
{
background-color: #BF8305;
}
</style>
border-color css
<style>
span { border-color: #BF8305; }
span { border-color: rgb(191,131,5); }
td.TdClassName
{
border-color: #BF8305;
}
.TagClassName
{
border-color: #BF8305;
}
</style>