Shades of Sundance #BFB253
Tints of Sundance #BFB253
RGB
CMYK
RGB Variations
Color information
#BFB253 (or 0xBFB253) is known color: Sundance. HEX triplet: BF, B2 and 53. RGB value is (191,178,83). Sum of RGB (Red+Green+Blue) = 191+178+83=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB253 is #404DAC. Grayscale: #ABABAB. Windows color (decimal): -4214189 or 5485247. OLE color: 5485247.
HSL color Cylindrical-coordinate representation of color #BFB253: hue angle of 52.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFB253 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 83 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.25 |
| HSL | 52.78º | 0.46% | 0.54% | - |
| HSV(B) | 52.78º | 0.57% | 0.75% | - |
| XYZ | 38.97 | 43.54 | 14.53 | - |
| YUV | 171.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 83 | 0 | 0.07 | 0.57 | 0.25 | 52.78 | 0.46 | 0.54 |
| Hex | BF | B2 | 53 | 0 | 7 | 39 | 19 | 35 | 2E | 36 |
| Octal | 277 | 262 | 123 | 0 | 7 | 71 | 31 | 65 | 56 | 66 |
| Binary | 10111111 | 10110010 | 1010011 | 0 | 111 | 111001 | 11001 | 110101 | 101110 | 110110 |
Color Harmonies of #BFB253
Complementary color
Monochromatic Colors of #BFB253
Black with #BFB253
Text Example
Text Example
White with #BFB253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB253; }
p { color: rgb(191,178,83); }
H1.HeaderClassName
{
color: #BFB253;
}
.AnyTagClassName
{
color: #BFB253;
}
</style>
background-color css
<style>
a { background-color: #BFB253; }
a { background-color: rgb(191,178,83); }
div.DivClassName
{
background-color: #BFB253;
}
.BgClassName
{
background-color: #BFB253;
}
</style>
border-color css
<style>
span { border-color: #BFB253; }
span { border-color: rgb(191,178,83); }
td.TdClassName
{
border-color: #BFB253;
}
.TagClassName
{
border-color: #BFB253;
}
</style>