Shades of Sundance #BFB64D
Tints of Sundance #BFB64D
RGB
CMYK
RGB Variations
Color information
#BFB64D (or 0xBFB64D) is known color: Sundance. HEX triplet: BF, B6 and 4D. RGB value is (191,182,77). Sum of RGB (Red+Green+Blue) = 191+182+77=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB64D is #4049B2. Grayscale: #ADADAD. Windows color (decimal): -4213171 or 5093055. OLE color: 5093055.
HSL color Cylindrical-coordinate representation of color #BFB64D: hue angle of 55.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFB64D is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 77 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.25 |
| HSL | 55.26º | 0.47% | 0.53% | - |
| HSV(B) | 55.26º | 0.6% | 0.75% | - |
| XYZ | 39.55 | 45.07 | 13.64 | - |
| YUV | 172.72 | 73.98 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 77 | 0 | 0.05 | 0.60 | 0.25 | 55.26 | 0.47 | 0.53 |
| Hex | BF | B6 | 4D | 0 | 5 | 3C | 19 | 37 | 2F | 35 |
| Octal | 277 | 266 | 115 | 0 | 5 | 74 | 31 | 67 | 57 | 65 |
| Binary | 10111111 | 10110110 | 1001101 | 0 | 101 | 111100 | 11001 | 110111 | 101111 | 110101 |
Color Harmonies of #BFB64D
Complementary color
Monochromatic Colors of #BFB64D
Black with #BFB64D
Text Example
Text Example
White with #BFB64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB64D; }
p { color: rgb(191,182,77); }
H1.HeaderClassName
{
color: #BFB64D;
}
.AnyTagClassName
{
color: #BFB64D;
}
</style>
background-color css
<style>
a { background-color: #BFB64D; }
a { background-color: rgb(191,182,77); }
div.DivClassName
{
background-color: #BFB64D;
}
.BgClassName
{
background-color: #BFB64D;
}
</style>
border-color css
<style>
span { border-color: #BFB64D; }
span { border-color: rgb(191,182,77); }
td.TdClassName
{
border-color: #BFB64D;
}
.TagClassName
{
border-color: #BFB64D;
}
</style>