Shades of Sundance #BFAD4C
Tints of Sundance #BFAD4C
RGB
CMYK
RGB Variations
Color information
#BFAD4C (or 0xBFAD4C) is known color: Sundance. HEX triplet: BF, AD and 4C. RGB value is (191,173,76). Sum of RGB (Red+Green+Blue) = 191+173+76=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAD4C is #4052B3. Grayscale: #A7A7A7. Windows color (decimal): -4215476 or 5025215. OLE color: 5025215.
HSL color Cylindrical-coordinate representation of color #BFAD4C: hue angle of 50.61º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFAD4C is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 76 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.25 |
| HSL | 50.61º | 0.47% | 0.52% | - |
| HSV(B) | 50.61º | 0.6% | 0.75% | - |
| XYZ | 37.73 | 41.49 | 12.86 | - |
| YUV | 167.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 76 | 0 | 0.09 | 0.60 | 0.25 | 50.61 | 0.47 | 0.52 |
| Hex | BF | AD | 4C | 0 | 9 | 3C | 19 | 33 | 2F | 34 |
| Octal | 277 | 255 | 114 | 0 | 11 | 74 | 31 | 63 | 57 | 64 |
| Binary | 10111111 | 10101101 | 1001100 | 0 | 1001 | 111100 | 11001 | 110011 | 101111 | 110100 |
Color Harmonies of #BFAD4C
Complementary color
Monochromatic Colors of #BFAD4C
Black with #BFAD4C
Text Example
Text Example
White with #BFAD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD4C; }
p { color: rgb(191,173,76); }
H1.HeaderClassName
{
color: #BFAD4C;
}
.AnyTagClassName
{
color: #BFAD4C;
}
</style>
background-color css
<style>
a { background-color: #BFAD4C; }
a { background-color: rgb(191,173,76); }
div.DivClassName
{
background-color: #BFAD4C;
}
.BgClassName
{
background-color: #BFAD4C;
}
</style>
border-color css
<style>
span { border-color: #BFAD4C; }
span { border-color: rgb(191,173,76); }
td.TdClassName
{
border-color: #BFAD4C;
}
.TagClassName
{
border-color: #BFAD4C;
}
</style>