Shades of Sundance #BFB24D
Tints of Sundance #BFB24D
RGB
CMYK
RGB Variations
Color information
#BFB24D (or 0xBFB24D) is known color: Sundance. HEX triplet: BF, B2 and 4D. RGB value is (191,178,77). Sum of RGB (Red+Green+Blue) = 191+178+77=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB24D is #404DB2. Grayscale: #AAAAAA. Windows color (decimal): -4214195 or 5092031. OLE color: 5092031.
HSL color Cylindrical-coordinate representation of color #BFB24D: hue angle of 53.16º 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 #BFB24D is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 77 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.25 |
| HSL | 53.16º | 0.47% | 0.53% | - |
| HSV(B) | 53.16º | 0.6% | 0.75% | - |
| XYZ | 38.75 | 43.45 | 13.37 | - |
| YUV | 170.37 | 75.31 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 77 | 0 | 0.07 | 0.60 | 0.25 | 53.16 | 0.47 | 0.53 |
| Hex | BF | B2 | 4D | 0 | 7 | 3C | 19 | 35 | 2F | 35 |
| Octal | 277 | 262 | 115 | 0 | 7 | 74 | 31 | 65 | 57 | 65 |
| Binary | 10111111 | 10110010 | 1001101 | 0 | 111 | 111100 | 11001 | 110101 | 101111 | 110101 |
Color Harmonies of #BFB24D
Complementary color
Monochromatic Colors of #BFB24D
Black with #BFB24D
Text Example
Text Example
White with #BFB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB24D; }
p { color: rgb(191,178,77); }
H1.HeaderClassName
{
color: #BFB24D;
}
.AnyTagClassName
{
color: #BFB24D;
}
</style>
background-color css
<style>
a { background-color: #BFB24D; }
a { background-color: rgb(191,178,77); }
div.DivClassName
{
background-color: #BFB24D;
}
.BgClassName
{
background-color: #BFB24D;
}
</style>
border-color css
<style>
span { border-color: #BFB24D; }
span { border-color: rgb(191,178,77); }
td.TdClassName
{
border-color: #BFB24D;
}
.TagClassName
{
border-color: #BFB24D;
}
</style>