Shades of Sundance #BEB647
Tints of Sundance #BEB647
RGB
CMYK
RGB Variations
Color information
#BEB647 (or 0xBEB647) is known color: Sundance. HEX triplet: BE, B6 and 47. RGB value is (190,182,71). Sum of RGB (Red+Green+Blue) = 190+182+71=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB647 is #4149B8. Grayscale: #ACACAC. Windows color (decimal): -4278713 or 4699838. OLE color: 4699838.
HSL color Cylindrical-coordinate representation of color #BEB647: hue angle of 55.97º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEB647 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 182 | 71 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.25 |
| HSL | 55.97º | 0.48% | 0.51% | - |
| HSV(B) | 55.97º | 0.63% | 0.75% | - |
| XYZ | 39.1 | 44.86 | 12.56 | - |
| YUV | 171.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 71 | 0 | 0.04 | 0.63 | 0.25 | 55.97 | 0.48 | 0.51 |
| Hex | BE | B6 | 47 | 0 | 4 | 3F | 19 | 38 | 30 | 33 |
| Octal | 276 | 266 | 107 | 0 | 4 | 77 | 31 | 70 | 60 | 63 |
| Binary | 10111110 | 10110110 | 1000111 | 0 | 100 | 111111 | 11001 | 111000 | 110000 | 110011 |
Color Harmonies of #BEB647
Complementary color
Monochromatic Colors of #BEB647
Black with #BEB647
Text Example
Text Example
White with #BEB647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB647; }
p { color: rgb(190,182,71); }
H1.HeaderClassName
{
color: #BEB647;
}
.AnyTagClassName
{
color: #BEB647;
}
</style>
background-color css
<style>
a { background-color: #BEB647; }
a { background-color: rgb(190,182,71); }
div.DivClassName
{
background-color: #BEB647;
}
.BgClassName
{
background-color: #BEB647;
}
</style>
border-color css
<style>
span { border-color: #BEB647; }
span { border-color: rgb(190,182,71); }
td.TdClassName
{
border-color: #BEB647;
}
.TagClassName
{
border-color: #BEB647;
}
</style>