Shades of Sundance #BEB146
Tints of Sundance #BEB146
RGB
CMYK
RGB Variations
Color information
#BEB146 (or 0xBEB146) is known color: Sundance. HEX triplet: BE, B1 and 46. RGB value is (190,177,70). Sum of RGB (Red+Green+Blue) = 190+177+70=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB146 is #414EB9. Grayscale: #A9A9A9. Windows color (decimal): -4279994 or 4633022. OLE color: 4633022.
HSL color Cylindrical-coordinate representation of color #BEB146: hue angle of 53.5º 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 #BEB146 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 70 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.25 |
| HSL | 53.5º | 0.48% | 0.51% | - |
| HSV(B) | 53.5º | 0.63% | 0.75% | - |
| XYZ | 38.06 | 42.83 | 12.06 | - |
| YUV | 168.69 | 72.31 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 70 | 0 | 0.07 | 0.63 | 0.25 | 53.5 | 0.48 | 0.51 |
| Hex | BE | B1 | 46 | 0 | 7 | 3F | 19 | 36 | 30 | 33 |
| Octal | 276 | 261 | 106 | 0 | 7 | 77 | 31 | 66 | 60 | 63 |
| Binary | 10111110 | 10110001 | 1000110 | 0 | 111 | 111111 | 11001 | 110110 | 110000 | 110011 |
Color Harmonies of #BEB146
Complementary color
Monochromatic Colors of #BEB146
Black with #BEB146
Text Example
Text Example
White with #BEB146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB146; }
p { color: rgb(190,177,70); }
H1.HeaderClassName
{
color: #BEB146;
}
.AnyTagClassName
{
color: #BEB146;
}
</style>
background-color css
<style>
a { background-color: #BEB146; }
a { background-color: rgb(190,177,70); }
div.DivClassName
{
background-color: #BEB146;
}
.BgClassName
{
background-color: #BEB146;
}
</style>
border-color css
<style>
span { border-color: #BEB146; }
span { border-color: rgb(190,177,70); }
td.TdClassName
{
border-color: #BEB146;
}
.TagClassName
{
border-color: #BEB146;
}
</style>