Shades of Dark Goldenrod #BF7F0A
Tints of Dark Goldenrod #BF7F0A
RGB
CMYK
RGB Variations
Color information
#BF7F0A (or 0xBF7F0A) is known color: Dark Goldenrod. HEX triplet: BF, 7F and 0A. RGB value is (191,127,10). Sum of RGB (Red+Green+Blue) = 191+127+10=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7F0A is #4080F5. Grayscale: #858585. Windows color (decimal): -4227318 or 688063. OLE color: 688063.
HSL color Cylindrical-coordinate representation of color #BF7F0A: hue angle of 38.78º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF7F0A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.25 |
| HSL | 38.78º | 0.9% | 0.39% | - |
| HSV(B) | 38.78º | 0.95% | 0.75% | - |
| XYZ | 29.13 | 26.28 | 3.82 | - |
| YUV | 132.8 | 58.7 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 10 | 0 | 0.34 | 0.95 | 0.25 | 38.78 | 0.9 | 0.39 |
| Hex | BF | 7F | A | 0 | 22 | 5F | 19 | 27 | 5A | 27 |
| Octal | 277 | 177 | 12 | 0 | 42 | 137 | 31 | 47 | 132 | 47 |
| Binary | 10111111 | 1111111 | 1010 | 0 | 100010 | 1011111 | 11001 | 100111 | 1011010 | 100111 |
Color Harmonies of #BF7F0A
Complementary color
Monochromatic Colors of #BF7F0A
Black with #BF7F0A
Text Example
Text Example
White with #BF7F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F0A; }
p { color: rgb(191,127,10); }
H1.HeaderClassName
{
color: #BF7F0A;
}
.AnyTagClassName
{
color: #BF7F0A;
}
</style>
background-color css
<style>
a { background-color: #BF7F0A; }
a { background-color: rgb(191,127,10); }
div.DivClassName
{
background-color: #BF7F0A;
}
.BgClassName
{
background-color: #BF7F0A;
}
</style>
border-color css
<style>
span { border-color: #BF7F0A; }
span { border-color: rgb(191,127,10); }
td.TdClassName
{
border-color: #BF7F0A;
}
.TagClassName
{
border-color: #BF7F0A;
}
</style>