Shades of Dark Goldenrod #BF8300
Tints of Dark Goldenrod #BF8300
RGB
CMYK
RGB Variations
Color information
#BF8300 (or 0xBF8300) is known color: Dark Goldenrod. HEX triplet: BF, 83 and 00. RGB value is (191,131,0). Sum of RGB (Red+Green+Blue) = 191+131+0=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8300 is #407CFF. Grayscale: #868686. Windows color (decimal): -4226304 or 33727. OLE color: 33727.
HSL color Cylindrical-coordinate representation of color #BF8300: hue angle of 41.15º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF8300 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.25 |
| HSL | 41.15º | 1% | 0.37% | - |
| HSV(B) | 41.15º | 1% | 0.75% | - |
| XYZ | 29.6 | 27.31 | 3.71 | - |
| YUV | 134.01 | 52.38 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 0 | 0 | 0.31 | 1 | 0.25 | 41.15 | 1 | 0.37 |
| Hex | BF | 83 | 0 | 0 | 1F | 64 | 19 | 29 | 64 | 25 |
| Octal | 277 | 203 | 0 | 0 | 37 | 144 | 31 | 51 | 144 | 45 |
| Binary | 10111111 | 10000011 | 0 | 0 | 11111 | 1100100 | 11001 | 101001 | 1100100 | 100101 |
Color Harmonies of #BF8300
Complementary color
Monochromatic Colors of #BF8300
Black with #BF8300
Text Example
Text Example
White with #BF8300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8300; }
p { color: rgb(191,131,0); }
H1.HeaderClassName
{
color: #BF8300;
}
.AnyTagClassName
{
color: #BF8300;
}
</style>
background-color css
<style>
a { background-color: #BF8300; }
a { background-color: rgb(191,131,0); }
div.DivClassName
{
background-color: #BF8300;
}
.BgClassName
{
background-color: #BF8300;
}
</style>
border-color css
<style>
span { border-color: #BF8300; }
span { border-color: rgb(191,131,0); }
td.TdClassName
{
border-color: #BF8300;
}
.TagClassName
{
border-color: #BF8300;
}
</style>