Shades of Dark Goldenrod #BF7B0C
Tints of Dark Goldenrod #BF7B0C
RGB
CMYK
RGB Variations
Color information
#BF7B0C (or 0xBF7B0C) is known color: Dark Goldenrod. HEX triplet: BF, 7B and 0C. RGB value is (191,123,12). Sum of RGB (Red+Green+Blue) = 191+123+12=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7B0C is #4084F3. Grayscale: #838383. Windows color (decimal): -4228340 or 818111. OLE color: 818111.
HSL color Cylindrical-coordinate representation of color #BF7B0C: hue angle of 37.21º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF7B0C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 123 | 12 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.25 |
| HSL | 37.21º | 0.88% | 0.4% | - |
| HSV(B) | 37.21º | 0.94% | 0.75% | - |
| XYZ | 28.64 | 25.27 | 3.72 | - |
| YUV | 130.68 | 61.03 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 12 | 0 | 0.36 | 0.94 | 0.25 | 37.21 | 0.88 | 0.4 |
| Hex | BF | 7B | C | 0 | 24 | 5E | 19 | 25 | 58 | 28 |
| Octal | 277 | 173 | 14 | 0 | 44 | 136 | 31 | 45 | 130 | 50 |
| Binary | 10111111 | 1111011 | 1100 | 0 | 100100 | 1011110 | 11001 | 100101 | 1011000 | 101000 |
Color Harmonies of #BF7B0C
Complementary color
Monochromatic Colors of #BF7B0C
Black with #BF7B0C
Text Example
Text Example
White with #BF7B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7B0C; }
p { color: rgb(191,123,12); }
H1.HeaderClassName
{
color: #BF7B0C;
}
.AnyTagClassName
{
color: #BF7B0C;
}
</style>
background-color css
<style>
a { background-color: #BF7B0C; }
a { background-color: rgb(191,123,12); }
div.DivClassName
{
background-color: #BF7B0C;
}
.BgClassName
{
background-color: #BF7B0C;
}
</style>
border-color css
<style>
span { border-color: #BF7B0C; }
span { border-color: rgb(191,123,12); }
td.TdClassName
{
border-color: #BF7B0C;
}
.TagClassName
{
border-color: #BF7B0C;
}
</style>