Shades of Sundance #BFAB56
Tints of Sundance #BFAB56
RGB
CMYK
RGB Variations
Color information
#BFAB56 (or 0xBFAB56) is known color: Sundance. HEX triplet: BF, AB and 56. RGB value is (191,171,86). Sum of RGB (Red+Green+Blue) = 191+171+86=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB56 is #4054A9. Grayscale: #A7A7A7. Windows color (decimal): -4215978 or 5680063. OLE color: 5680063.
HSL color Cylindrical-coordinate representation of color #BFAB56: hue angle of 48.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFAB56 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 86 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.25 |
| HSL | 48.57º | 0.45% | 0.54% | - |
| HSV(B) | 48.57º | 0.55% | 0.75% | - |
| XYZ | 37.73 | 40.87 | 14.71 | - |
| YUV | 167.29 | 82.13 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 86 | 0 | 0.10 | 0.55 | 0.25 | 48.57 | 0.45 | 0.54 |
| Hex | BF | AB | 56 | 0 | A | 37 | 19 | 31 | 2D | 36 |
| Octal | 277 | 253 | 126 | 0 | 12 | 67 | 31 | 61 | 55 | 66 |
| Binary | 10111111 | 10101011 | 1010110 | 0 | 1010 | 110111 | 11001 | 110001 | 101101 | 110110 |
Color Harmonies of #BFAB56
Complementary color
Monochromatic Colors of #BFAB56
Black with #BFAB56
Text Example
Text Example
White with #BFAB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB56; }
p { color: rgb(191,171,86); }
H1.HeaderClassName
{
color: #BFAB56;
}
.AnyTagClassName
{
color: #BFAB56;
}
</style>
background-color css
<style>
a { background-color: #BFAB56; }
a { background-color: rgb(191,171,86); }
div.DivClassName
{
background-color: #BFAB56;
}
.BgClassName
{
background-color: #BFAB56;
}
</style>
border-color css
<style>
span { border-color: #BFAB56; }
span { border-color: rgb(191,171,86); }
td.TdClassName
{
border-color: #BFAB56;
}
.TagClassName
{
border-color: #BFAB56;
}
</style>