Shades of Sundance #BFA344
Tints of Sundance #BFA344
RGB
CMYK
RGB Variations
Color information
#BFA344 (or 0xBFA344) is known color: Sundance. HEX triplet: BF, A3 and 44. RGB value is (191,163,68). Sum of RGB (Red+Green+Blue) = 191+163+68=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA344 is #405CBB. Grayscale: #A0A0A0. Windows color (decimal): -4218044 or 4498367. OLE color: 4498367.
HSL color Cylindrical-coordinate representation of color #BFA344: hue angle of 46.34º 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 #BFA344 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 68 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.25 |
| HSL | 46.34º | 0.49% | 0.51% | - |
| HSV(B) | 46.34º | 0.64% | 0.75% | - |
| XYZ | 35.63 | 37.69 | 10.87 | - |
| YUV | 160.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 68 | 0 | 0.15 | 0.64 | 0.25 | 46.34 | 0.49 | 0.51 |
| Hex | BF | A3 | 44 | 0 | F | 40 | 19 | 2E | 31 | 33 |
| Octal | 277 | 243 | 104 | 0 | 17 | 100 | 31 | 56 | 61 | 63 |
| Binary | 10111111 | 10100011 | 1000100 | 0 | 1111 | 1000000 | 11001 | 101110 | 110001 | 110011 |
Color Harmonies of #BFA344
Complementary color
Monochromatic Colors of #BFA344
Black with #BFA344
Text Example
Text Example
White with #BFA344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA344; }
p { color: rgb(191,163,68); }
H1.HeaderClassName
{
color: #BFA344;
}
.AnyTagClassName
{
color: #BFA344;
}
</style>
background-color css
<style>
a { background-color: #BFA344; }
a { background-color: rgb(191,163,68); }
div.DivClassName
{
background-color: #BFA344;
}
.BgClassName
{
background-color: #BFA344;
}
</style>
border-color css
<style>
span { border-color: #BFA344; }
span { border-color: rgb(191,163,68); }
td.TdClassName
{
border-color: #BFA344;
}
.TagClassName
{
border-color: #BFA344;
}
</style>