Shades of Dark Goldenrod #BF8A0D
Tints of Dark Goldenrod #BF8A0D
RGB
CMYK
RGB Variations
Color information
#BF8A0D (or 0xBF8A0D) is known color: Dark Goldenrod. HEX triplet: BF, 8A and 0D. RGB value is (191,138,13). Sum of RGB (Red+Green+Blue) = 191+138+13=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8A0D is #4075F2. Grayscale: #8C8C8C. Windows color (decimal): -4224499 or 887487. OLE color: 887487.
HSL color Cylindrical-coordinate representation of color #BF8A0D: hue angle of 42.13º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF8A0D is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 138 | 13 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.25 |
| HSL | 42.13º | 0.87% | 0.4% | - |
| HSV(B) | 42.13º | 0.93% | 0.75% | - |
| XYZ | 30.65 | 29.28 | 4.42 | - |
| YUV | 139.6 | 56.56 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 13 | 0 | 0.28 | 0.93 | 0.25 | 42.13 | 0.87 | 0.4 |
| Hex | BF | 8A | D | 0 | 1C | 5D | 19 | 2A | 57 | 28 |
| Octal | 277 | 212 | 15 | 0 | 34 | 135 | 31 | 52 | 127 | 50 |
| Binary | 10111111 | 10001010 | 1101 | 0 | 11100 | 1011101 | 11001 | 101010 | 1010111 | 101000 |
Color Harmonies of #BF8A0D
Complementary color
Monochromatic Colors of #BF8A0D
Black with #BF8A0D
Text Example
Text Example
White with #BF8A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8A0D; }
p { color: rgb(191,138,13); }
H1.HeaderClassName
{
color: #BF8A0D;
}
.AnyTagClassName
{
color: #BF8A0D;
}
</style>
background-color css
<style>
a { background-color: #BF8A0D; }
a { background-color: rgb(191,138,13); }
div.DivClassName
{
background-color: #BF8A0D;
}
.BgClassName
{
background-color: #BF8A0D;
}
</style>
border-color css
<style>
span { border-color: #BF8A0D; }
span { border-color: rgb(191,138,13); }
td.TdClassName
{
border-color: #BF8A0D;
}
.TagClassName
{
border-color: #BF8A0D;
}
</style>