Shades of Sundance #BFB34C
Tints of Sundance #BFB34C
RGB
CMYK
RGB Variations
Color information
#BFB34C (or 0xBFB34C) is known color: Sundance. HEX triplet: BF, B3 and 4C. RGB value is (191,179,76). Sum of RGB (Red+Green+Blue) = 191+179+76=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB34C is #404CB3. Grayscale: #ABABAB. Windows color (decimal): -4213940 or 5026751. OLE color: 5026751.
HSL color Cylindrical-coordinate representation of color #BFB34C: hue angle of 53.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFB34C is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 76 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.25 |
| HSL | 53.74º | 0.47% | 0.52% | - |
| HSV(B) | 53.74º | 0.6% | 0.75% | - |
| XYZ | 38.91 | 43.84 | 13.25 | - |
| YUV | 170.85 | 74.48 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 76 | 0 | 0.06 | 0.60 | 0.25 | 53.74 | 0.47 | 0.52 |
| Hex | BF | B3 | 4C | 0 | 6 | 3C | 19 | 36 | 2F | 34 |
| Octal | 277 | 263 | 114 | 0 | 6 | 74 | 31 | 66 | 57 | 64 |
| Binary | 10111111 | 10110011 | 1001100 | 0 | 110 | 111100 | 11001 | 110110 | 101111 | 110100 |
Color Harmonies of #BFB34C
Complementary color
Monochromatic Colors of #BFB34C
Black with #BFB34C
Text Example
Text Example
White with #BFB34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB34C; }
p { color: rgb(191,179,76); }
H1.HeaderClassName
{
color: #BFB34C;
}
.AnyTagClassName
{
color: #BFB34C;
}
</style>
background-color css
<style>
a { background-color: #BFB34C; }
a { background-color: rgb(191,179,76); }
div.DivClassName
{
background-color: #BFB34C;
}
.BgClassName
{
background-color: #BFB34C;
}
</style>
border-color css
<style>
span { border-color: #BFB34C; }
span { border-color: rgb(191,179,76); }
td.TdClassName
{
border-color: #BFB34C;
}
.TagClassName
{
border-color: #BFB34C;
}
</style>