Shades of Sundance #BFAD4A
Tints of Sundance #BFAD4A
RGB
CMYK
RGB Variations
Color information
#BFAD4A (or 0xBFAD4A) is known color: Sundance. HEX triplet: BF, AD and 4A. RGB value is (191,173,74). Sum of RGB (Red+Green+Blue) = 191+173+74=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAD4A is #4052B5. Grayscale: #A7A7A7. Windows color (decimal): -4215478 or 4894143. OLE color: 4894143.
HSL color Cylindrical-coordinate representation of color #BFAD4A: hue angle of 50.77º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFAD4A is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 74 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.25 |
| HSL | 50.77º | 0.48% | 0.52% | - |
| HSV(B) | 50.77º | 0.61% | 0.75% | - |
| XYZ | 37.67 | 41.46 | 12.5 | - |
| YUV | 167.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 74 | 0 | 0.09 | 0.61 | 0.25 | 50.77 | 0.48 | 0.52 |
| Hex | BF | AD | 4A | 0 | 9 | 3D | 19 | 33 | 30 | 34 |
| Octal | 277 | 255 | 112 | 0 | 11 | 75 | 31 | 63 | 60 | 64 |
| Binary | 10111111 | 10101101 | 1001010 | 0 | 1001 | 111101 | 11001 | 110011 | 110000 | 110100 |
Color Harmonies of #BFAD4A
Complementary color
Monochromatic Colors of #BFAD4A
Black with #BFAD4A
Text Example
Text Example
White with #BFAD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD4A; }
p { color: rgb(191,173,74); }
H1.HeaderClassName
{
color: #BFAD4A;
}
.AnyTagClassName
{
color: #BFAD4A;
}
</style>
background-color css
<style>
a { background-color: #BFAD4A; }
a { background-color: rgb(191,173,74); }
div.DivClassName
{
background-color: #BFAD4A;
}
.BgClassName
{
background-color: #BFAD4A;
}
</style>
border-color css
<style>
span { border-color: #BFAD4A; }
span { border-color: rgb(191,173,74); }
td.TdClassName
{
border-color: #BFAD4A;
}
.TagClassName
{
border-color: #BFAD4A;
}
</style>