Shades of Sundance #BFB147
Tints of Sundance #BFB147
RGB
CMYK
RGB Variations
Color information
#BFB147 (or 0xBFB147) is known color: Sundance. HEX triplet: BF, B1 and 47. RGB value is (191,177,71). Sum of RGB (Red+Green+Blue) = 191+177+71=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 71 (28.12% from 255 or 16.17% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB147 is #404EB8. Grayscale: #A9A9A9. Windows color (decimal): -4214457 or 4698559. OLE color: 4698559.
HSL color Cylindrical-coordinate representation of color #BFB147: hue angle of 53º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFB147 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 71 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.25 |
| HSL | 53º | 0.48% | 0.51% | - |
| HSV(B) | 53º | 0.63% | 0.75% | - |
| XYZ | 38.35 | 42.98 | 12.24 | - |
| YUV | 169.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 71 | 0 | 0.07 | 0.63 | 0.25 | 53 | 0.48 | 0.51 |
| Hex | BF | B1 | 47 | 0 | 7 | 3F | 19 | 35 | 30 | 33 |
| Octal | 277 | 261 | 107 | 0 | 7 | 77 | 31 | 65 | 60 | 63 |
| Binary | 10111111 | 10110001 | 1000111 | 0 | 111 | 111111 | 11001 | 110101 | 110000 | 110011 |
Color Harmonies of #BFB147
Complementary color
Monochromatic Colors of #BFB147
Black with #BFB147
Text Example
Text Example
White with #BFB147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB147; }
p { color: rgb(191,177,71); }
H1.HeaderClassName
{
color: #BFB147;
}
.AnyTagClassName
{
color: #BFB147;
}
</style>
background-color css
<style>
a { background-color: #BFB147; }
a { background-color: rgb(191,177,71); }
div.DivClassName
{
background-color: #BFB147;
}
.BgClassName
{
background-color: #BFB147;
}
</style>
border-color css
<style>
span { border-color: #BFB147; }
span { border-color: rgb(191,177,71); }
td.TdClassName
{
border-color: #BFB147;
}
.TagClassName
{
border-color: #BFB147;
}
</style>