Shades of Sundance #BFA54B
Tints of Sundance #BFA54B
RGB
CMYK
RGB Variations
Color information
#BFA54B (or 0xBFA54B) is known color: Sundance. HEX triplet: BF, A5 and 4B. RGB value is (191,165,75). Sum of RGB (Red+Green+Blue) = 191+165+75=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA54B is #405AB4. Grayscale: #A2A2A2. Windows color (decimal): -4217525 or 4957631. OLE color: 4957631.
HSL color Cylindrical-coordinate representation of color #BFA54B: hue angle of 46.55º 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 #BFA54B is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 75 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.25 |
| HSL | 46.55º | 0.48% | 0.52% | - |
| HSV(B) | 46.55º | 0.61% | 0.75% | - |
| XYZ | 36.21 | 38.49 | 12.18 | - |
| YUV | 162.51 | 78.61 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 75 | 0 | 0.14 | 0.61 | 0.25 | 46.55 | 0.48 | 0.52 |
| Hex | BF | A5 | 4B | 0 | E | 3D | 19 | 2F | 30 | 34 |
| Octal | 277 | 245 | 113 | 0 | 16 | 75 | 31 | 57 | 60 | 64 |
| Binary | 10111111 | 10100101 | 1001011 | 0 | 1110 | 111101 | 11001 | 101111 | 110000 | 110100 |
Color Harmonies of #BFA54B
Complementary color
Monochromatic Colors of #BFA54B
Black with #BFA54B
Text Example
Text Example
White with #BFA54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA54B; }
p { color: rgb(191,165,75); }
H1.HeaderClassName
{
color: #BFA54B;
}
.AnyTagClassName
{
color: #BFA54B;
}
</style>
background-color css
<style>
a { background-color: #BFA54B; }
a { background-color: rgb(191,165,75); }
div.DivClassName
{
background-color: #BFA54B;
}
.BgClassName
{
background-color: #BFA54B;
}
</style>
border-color css
<style>
span { border-color: #BFA54B; }
span { border-color: rgb(191,165,75); }
td.TdClassName
{
border-color: #BFA54B;
}
.TagClassName
{
border-color: #BFA54B;
}
</style>