Shades of Sundance #BFB24F
Tints of Sundance #BFB24F
RGB
CMYK
RGB Variations
Color information
#BFB24F (or 0xBFB24F) is known color: Sundance. HEX triplet: BF, B2 and 4F. RGB value is (191,178,79). Sum of RGB (Red+Green+Blue) = 191+178+79=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB24F is #404DB0. Grayscale: #ABABAB. Windows color (decimal): -4214193 or 5223103. OLE color: 5223103.
HSL color Cylindrical-coordinate representation of color #BFB24F: hue angle of 53.04º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFB24F is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 79 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.25 |
| HSL | 53.04º | 0.47% | 0.53% | - |
| HSV(B) | 53.04º | 0.59% | 0.75% | - |
| XYZ | 38.82 | 43.48 | 13.74 | - |
| YUV | 170.6 | 76.31 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 79 | 0 | 0.07 | 0.59 | 0.25 | 53.04 | 0.47 | 0.53 |
| Hex | BF | B2 | 4F | 0 | 7 | 3B | 19 | 35 | 2F | 35 |
| Octal | 277 | 262 | 117 | 0 | 7 | 73 | 31 | 65 | 57 | 65 |
| Binary | 10111111 | 10110010 | 1001111 | 0 | 111 | 111011 | 11001 | 110101 | 101111 | 110101 |
Color Harmonies of #BFB24F
Complementary color
Monochromatic Colors of #BFB24F
Black with #BFB24F
Text Example
Text Example
White with #BFB24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB24F; }
p { color: rgb(191,178,79); }
H1.HeaderClassName
{
color: #BFB24F;
}
.AnyTagClassName
{
color: #BFB24F;
}
</style>
background-color css
<style>
a { background-color: #BFB24F; }
a { background-color: rgb(191,178,79); }
div.DivClassName
{
background-color: #BFB24F;
}
.BgClassName
{
background-color: #BFB24F;
}
</style>
border-color css
<style>
span { border-color: #BFB24F; }
span { border-color: rgb(191,178,79); }
td.TdClassName
{
border-color: #BFB24F;
}
.TagClassName
{
border-color: #BFB24F;
}
</style>