Shades of Sundance #BFB349
Tints of Sundance #BFB349
RGB
CMYK
RGB Variations
Color information
#BFB349 (or 0xBFB349) is known color: Sundance. HEX triplet: BF, B3 and 49. RGB value is (191,179,73). Sum of RGB (Red+Green+Blue) = 191+179+73=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB349 is #404CB6. Grayscale: #AAAAAA. Windows color (decimal): -4213943 or 4830143. OLE color: 4830143.
HSL color Cylindrical-coordinate representation of color #BFB349: hue angle of 53.9º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFB349 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 73 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.25 |
| HSL | 53.9º | 0.48% | 0.52% | - |
| HSV(B) | 53.9º | 0.62% | 0.75% | - |
| XYZ | 38.81 | 43.8 | 12.71 | - |
| YUV | 170.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 73 | 0 | 0.06 | 0.62 | 0.25 | 53.9 | 0.48 | 0.52 |
| Hex | BF | B3 | 49 | 0 | 6 | 3E | 19 | 36 | 30 | 34 |
| Octal | 277 | 263 | 111 | 0 | 6 | 76 | 31 | 66 | 60 | 64 |
| Binary | 10111111 | 10110011 | 1001001 | 0 | 110 | 111110 | 11001 | 110110 | 110000 | 110100 |
Color Harmonies of #BFB349
Complementary color
Monochromatic Colors of #BFB349
Black with #BFB349
Text Example
Text Example
White with #BFB349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB349; }
p { color: rgb(191,179,73); }
H1.HeaderClassName
{
color: #BFB349;
}
.AnyTagClassName
{
color: #BFB349;
}
</style>
background-color css
<style>
a { background-color: #BFB349; }
a { background-color: rgb(191,179,73); }
div.DivClassName
{
background-color: #BFB349;
}
.BgClassName
{
background-color: #BFB349;
}
</style>
border-color css
<style>
span { border-color: #BFB349; }
span { border-color: rgb(191,179,73); }
td.TdClassName
{
border-color: #BFB349;
}
.TagClassName
{
border-color: #BFB349;
}
</style>