Shades of Sundance #BEA545
Tints of Sundance #BEA545
RGB
CMYK
RGB Variations
Color information
#BEA545 (or 0xBEA545) is known color: Sundance. HEX triplet: BE, A5 and 45. RGB value is (190,165,69). Sum of RGB (Red+Green+Blue) = 190+165+69=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA545 is #415ABA. Grayscale: #A1A1A1. Windows color (decimal): -4283067 or 4564414. OLE color: 4564414.
HSL color Cylindrical-coordinate representation of color #BEA545: hue angle of 47.6º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEA545 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 69 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.25 |
| HSL | 47.6º | 0.48% | 0.51% | - |
| HSV(B) | 47.6º | 0.64% | 0.75% | - |
| XYZ | 35.76 | 38.29 | 11.14 | - |
| YUV | 161.53 | 75.78 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 69 | 0 | 0.13 | 0.64 | 0.25 | 47.6 | 0.48 | 0.51 |
| Hex | BE | A5 | 45 | 0 | D | 40 | 19 | 30 | 30 | 33 |
| Octal | 276 | 245 | 105 | 0 | 15 | 100 | 31 | 60 | 60 | 63 |
| Binary | 10111110 | 10100101 | 1000101 | 0 | 1101 | 1000000 | 11001 | 110000 | 110000 | 110011 |
Color Harmonies of #BEA545
Complementary color
Monochromatic Colors of #BEA545
Black with #BEA545
Text Example
Text Example
White with #BEA545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA545; }
p { color: rgb(190,165,69); }
H1.HeaderClassName
{
color: #BEA545;
}
.AnyTagClassName
{
color: #BEA545;
}
</style>
background-color css
<style>
a { background-color: #BEA545; }
a { background-color: rgb(190,165,69); }
div.DivClassName
{
background-color: #BEA545;
}
.BgClassName
{
background-color: #BEA545;
}
</style>
border-color css
<style>
span { border-color: #BEA545; }
span { border-color: rgb(190,165,69); }
td.TdClassName
{
border-color: #BEA545;
}
.TagClassName
{
border-color: #BEA545;
}
</style>