Shades of Sundance #BFB451
Tints of Sundance #BFB451
RGB
CMYK
RGB Variations
Color information
#BFB451 (or 0xBFB451) is known color: Sundance. HEX triplet: BF, B4 and 51. RGB value is (191,180,81). Sum of RGB (Red+Green+Blue) = 191+180+81=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB451 is #404BAE. Grayscale: #ACACAC. Windows color (decimal): -4213679 or 5354687. OLE color: 5354687.
HSL color Cylindrical-coordinate representation of color #BFB451: hue angle of 54º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFB451 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 81 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.25 |
| HSL | 54º | 0.46% | 0.53% | - |
| HSV(B) | 54º | 0.58% | 0.75% | - |
| XYZ | 39.29 | 44.31 | 14.27 | - |
| YUV | 172 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 81 | 0 | 0.06 | 0.58 | 0.25 | 54 | 0.46 | 0.53 |
| Hex | BF | B4 | 51 | 0 | 6 | 3A | 19 | 36 | 2E | 35 |
| Octal | 277 | 264 | 121 | 0 | 6 | 72 | 31 | 66 | 56 | 65 |
| Binary | 10111111 | 10110100 | 1010001 | 0 | 110 | 111010 | 11001 | 110110 | 101110 | 110101 |
Color Harmonies of #BFB451
Complementary color
Monochromatic Colors of #BFB451
Black with #BFB451
Text Example
Text Example
White with #BFB451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB451; }
p { color: rgb(191,180,81); }
H1.HeaderClassName
{
color: #BFB451;
}
.AnyTagClassName
{
color: #BFB451;
}
</style>
background-color css
<style>
a { background-color: #BFB451; }
a { background-color: rgb(191,180,81); }
div.DivClassName
{
background-color: #BFB451;
}
.BgClassName
{
background-color: #BFB451;
}
</style>
border-color css
<style>
span { border-color: #BFB451; }
span { border-color: rgb(191,180,81); }
td.TdClassName
{
border-color: #BFB451;
}
.TagClassName
{
border-color: #BFB451;
}
</style>