Shades of Sundance #BFB74B
Tints of Sundance #BFB74B
RGB
CMYK
RGB Variations
Color information
#BFB74B (or 0xBFB74B) is known color: Sundance. HEX triplet: BF, B7 and 4B. RGB value is (191,183,75). Sum of RGB (Red+Green+Blue) = 191+183+75=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB74B is #4048B4. Grayscale: #ADADAD. Windows color (decimal): -4212917 or 4962239. OLE color: 4962239.
HSL color Cylindrical-coordinate representation of color #BFB74B: hue angle of 55.86º 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 #BFB74B is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 75 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.25 |
| HSL | 55.86º | 0.48% | 0.52% | - |
| HSV(B) | 55.86º | 0.61% | 0.75% | - |
| XYZ | 39.69 | 45.45 | 13.34 | - |
| YUV | 173.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 75 | 0 | 0.04 | 0.61 | 0.25 | 55.86 | 0.48 | 0.52 |
| Hex | BF | B7 | 4B | 0 | 4 | 3D | 19 | 38 | 30 | 34 |
| Octal | 277 | 267 | 113 | 0 | 4 | 75 | 31 | 70 | 60 | 64 |
| Binary | 10111111 | 10110111 | 1001011 | 0 | 100 | 111101 | 11001 | 111000 | 110000 | 110100 |
Color Harmonies of #BFB74B
Complementary color
Monochromatic Colors of #BFB74B
Black with #BFB74B
Text Example
Text Example
White with #BFB74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB74B; }
p { color: rgb(191,183,75); }
H1.HeaderClassName
{
color: #BFB74B;
}
.AnyTagClassName
{
color: #BFB74B;
}
</style>
background-color css
<style>
a { background-color: #BFB74B; }
a { background-color: rgb(191,183,75); }
div.DivClassName
{
background-color: #BFB74B;
}
.BgClassName
{
background-color: #BFB74B;
}
</style>
border-color css
<style>
span { border-color: #BFB74B; }
span { border-color: rgb(191,183,75); }
td.TdClassName
{
border-color: #BFB74B;
}
.TagClassName
{
border-color: #BFB74B;
}
</style>