Shades of Sundance #BEB547
Tints of Sundance #BEB547
RGB
CMYK
RGB Variations
Color information
#BEB547 (or 0xBEB547) is known color: Sundance. HEX triplet: BE, B5 and 47. RGB value is (190,181,71). Sum of RGB (Red+Green+Blue) = 190+181+71=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB547 is #414AB8. Grayscale: #ABABAB. Windows color (decimal): -4278969 or 4699582. OLE color: 4699582.
HSL color Cylindrical-coordinate representation of color #BEB547: hue angle of 55.46º 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 #BEB547 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 181 | 71 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.25 |
| HSL | 55.46º | 0.48% | 0.51% | - |
| HSV(B) | 55.46º | 0.63% | 0.75% | - |
| XYZ | 38.9 | 44.45 | 12.49 | - |
| YUV | 171.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 181 | 71 | 0 | 0.05 | 0.63 | 0.25 | 55.46 | 0.48 | 0.51 |
| Hex | BE | B5 | 47 | 0 | 5 | 3F | 19 | 37 | 30 | 33 |
| Octal | 276 | 265 | 107 | 0 | 5 | 77 | 31 | 67 | 60 | 63 |
| Binary | 10111110 | 10110101 | 1000111 | 0 | 101 | 111111 | 11001 | 110111 | 110000 | 110011 |
Color Harmonies of #BEB547
Complementary color
Monochromatic Colors of #BEB547
Black with #BEB547
Text Example
Text Example
White with #BEB547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB547; }
p { color: rgb(190,181,71); }
H1.HeaderClassName
{
color: #BEB547;
}
.AnyTagClassName
{
color: #BEB547;
}
</style>
background-color css
<style>
a { background-color: #BEB547; }
a { background-color: rgb(190,181,71); }
div.DivClassName
{
background-color: #BEB547;
}
.BgClassName
{
background-color: #BEB547;
}
</style>
border-color css
<style>
span { border-color: #BEB547; }
span { border-color: rgb(190,181,71); }
td.TdClassName
{
border-color: #BEB547;
}
.TagClassName
{
border-color: #BEB547;
}
</style>