Shades of Dark Goldenrod #BF7B0A
Tints of Dark Goldenrod #BF7B0A
RGB
CMYK
RGB Variations
Color information
#BF7B0A (or 0xBF7B0A) is known color: Dark Goldenrod. HEX triplet: BF, 7B and 0A. RGB value is (191,123,10). Sum of RGB (Red+Green+Blue) = 191+123+10=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7B0A is #4084F5. Grayscale: #828282. Windows color (decimal): -4228342 or 687039. OLE color: 687039.
HSL color Cylindrical-coordinate representation of color #BF7B0A: hue angle of 37.46º 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 #BF7B0A is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 123 | 10 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.25 |
| HSL | 37.46º | 0.9% | 0.39% | - |
| HSV(B) | 37.46º | 0.95% | 0.75% | - |
| XYZ | 28.62 | 25.26 | 3.66 | - |
| YUV | 130.45 | 60.03 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 10 | 0 | 0.36 | 0.95 | 0.25 | 37.46 | 0.9 | 0.39 |
| Hex | BF | 7B | A | 0 | 24 | 5F | 19 | 25 | 5A | 27 |
| Octal | 277 | 173 | 12 | 0 | 44 | 137 | 31 | 45 | 132 | 47 |
| Binary | 10111111 | 1111011 | 1010 | 0 | 100100 | 1011111 | 11001 | 100101 | 1011010 | 100111 |
Color Harmonies of #BF7B0A
Complementary color
Monochromatic Colors of #BF7B0A
Black with #BF7B0A
Text Example
Text Example
White with #BF7B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7B0A; }
p { color: rgb(191,123,10); }
H1.HeaderClassName
{
color: #BF7B0A;
}
.AnyTagClassName
{
color: #BF7B0A;
}
</style>
background-color css
<style>
a { background-color: #BF7B0A; }
a { background-color: rgb(191,123,10); }
div.DivClassName
{
background-color: #BF7B0A;
}
.BgClassName
{
background-color: #BF7B0A;
}
</style>
border-color css
<style>
span { border-color: #BF7B0A; }
span { border-color: rgb(191,123,10); }
td.TdClassName
{
border-color: #BF7B0A;
}
.TagClassName
{
border-color: #BF7B0A;
}
</style>