Shades of Dark Goldenrod #BF8C02
Tints of Dark Goldenrod #BF8C02
RGB
CMYK
RGB Variations
Color information
#BF8C02 (or 0xBF8C02) is known color: Dark Goldenrod. HEX triplet: BF, 8C and 02. RGB value is (191,140,2). Sum of RGB (Red+Green+Blue) = 191+140+2=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8C02 is #4073FD. Grayscale: #8C8C8C. Windows color (decimal): -4223998 or 167103. OLE color: 167103.
HSL color Cylindrical-coordinate representation of color #BF8C02: hue angle of 43.81º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF8C02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.25 |
| HSL | 43.81º | 0.98% | 0.38% | - |
| HSV(B) | 43.81º | 0.99% | 0.75% | - |
| XYZ | 30.87 | 29.84 | 4.19 | - |
| YUV | 139.52 | 50.4 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 2 | 0 | 0.27 | 0.99 | 0.25 | 43.81 | 0.98 | 0.38 |
| Hex | BF | 8C | 2 | 0 | 1B | 63 | 19 | 2C | 62 | 26 |
| Octal | 277 | 214 | 2 | 0 | 33 | 143 | 31 | 54 | 142 | 46 |
| Binary | 10111111 | 10001100 | 10 | 0 | 11011 | 1100011 | 11001 | 101100 | 1100010 | 100110 |
Color Harmonies of #BF8C02
Complementary color
Monochromatic Colors of #BF8C02
Black with #BF8C02
Text Example
Text Example
White with #BF8C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C02; }
p { color: rgb(191,140,2); }
H1.HeaderClassName
{
color: #BF8C02;
}
.AnyTagClassName
{
color: #BF8C02;
}
</style>
background-color css
<style>
a { background-color: #BF8C02; }
a { background-color: rgb(191,140,2); }
div.DivClassName
{
background-color: #BF8C02;
}
.BgClassName
{
background-color: #BF8C02;
}
</style>
border-color css
<style>
span { border-color: #BF8C02; }
span { border-color: rgb(191,140,2); }
td.TdClassName
{
border-color: #BF8C02;
}
.TagClassName
{
border-color: #BF8C02;
}
</style>