Shades of Sundance #BFA745
Tints of Sundance #BFA745
RGB
CMYK
RGB Variations
Color information
#BFA745 (or 0xBFA745) is known color: Sundance. HEX triplet: BF, A7 and 45. RGB value is (191,167,69). Sum of RGB (Red+Green+Blue) = 191+167+69=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA745 is #4058BA. Grayscale: #A3A3A3. Windows color (decimal): -4217019 or 4564927. OLE color: 4564927.
HSL color Cylindrical-coordinate representation of color #BFA745: hue angle of 48.2º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFA745 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 167 | 69 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.25 |
| HSL | 48.2º | 0.49% | 0.51% | - |
| HSV(B) | 48.2º | 0.64% | 0.75% | - |
| XYZ | 36.38 | 39.14 | 11.27 | - |
| YUV | 163 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 69 | 0 | 0.13 | 0.64 | 0.25 | 48.2 | 0.49 | 0.51 |
| Hex | BF | A7 | 45 | 0 | D | 40 | 19 | 30 | 31 | 33 |
| Octal | 277 | 247 | 105 | 0 | 15 | 100 | 31 | 60 | 61 | 63 |
| Binary | 10111111 | 10100111 | 1000101 | 0 | 1101 | 1000000 | 11001 | 110000 | 110001 | 110011 |
Color Harmonies of #BFA745
Complementary color
Monochromatic Colors of #BFA745
Black with #BFA745
Text Example
Text Example
White with #BFA745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA745; }
p { color: rgb(191,167,69); }
H1.HeaderClassName
{
color: #BFA745;
}
.AnyTagClassName
{
color: #BFA745;
}
</style>
background-color css
<style>
a { background-color: #BFA745; }
a { background-color: rgb(191,167,69); }
div.DivClassName
{
background-color: #BFA745;
}
.BgClassName
{
background-color: #BFA745;
}
</style>
border-color css
<style>
span { border-color: #BFA745; }
span { border-color: rgb(191,167,69); }
td.TdClassName
{
border-color: #BFA745;
}
.TagClassName
{
border-color: #BFA745;
}
</style>