Shades of Sundance #BFB34A
Tints of Sundance #BFB34A
RGB
CMYK
RGB Variations
Color information
#BFB34A (or 0xBFB34A) is known color: Sundance. HEX triplet: BF, B3 and 4A. RGB value is (191,179,74). Sum of RGB (Red+Green+Blue) = 191+179+74=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB34A is #404CB5. Grayscale: #ABABAB. Windows color (decimal): -4213942 or 4895679. OLE color: 4895679.
HSL color Cylindrical-coordinate representation of color #BFB34A: hue angle of 53.85º 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 #BFB34A is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 74 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.25 |
| HSL | 53.85º | 0.48% | 0.52% | - |
| HSV(B) | 53.85º | 0.61% | 0.75% | - |
| XYZ | 38.84 | 43.81 | 12.89 | - |
| YUV | 170.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 74 | 0 | 0.06 | 0.61 | 0.25 | 53.85 | 0.48 | 0.52 |
| Hex | BF | B3 | 4A | 0 | 6 | 3D | 19 | 36 | 30 | 34 |
| Octal | 277 | 263 | 112 | 0 | 6 | 75 | 31 | 66 | 60 | 64 |
| Binary | 10111111 | 10110011 | 1001010 | 0 | 110 | 111101 | 11001 | 110110 | 110000 | 110100 |
Color Harmonies of #BFB34A
Complementary color
Monochromatic Colors of #BFB34A
Black with #BFB34A
Text Example
Text Example
White with #BFB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB34A; }
p { color: rgb(191,179,74); }
H1.HeaderClassName
{
color: #BFB34A;
}
.AnyTagClassName
{
color: #BFB34A;
}
</style>
background-color css
<style>
a { background-color: #BFB34A; }
a { background-color: rgb(191,179,74); }
div.DivClassName
{
background-color: #BFB34A;
}
.BgClassName
{
background-color: #BFB34A;
}
</style>
border-color css
<style>
span { border-color: #BFB34A; }
span { border-color: rgb(191,179,74); }
td.TdClassName
{
border-color: #BFB34A;
}
.TagClassName
{
border-color: #BFB34A;
}
</style>