Shades of Sundance #BDB549
Tints of Sundance #BDB549
RGB
CMYK
RGB Variations
Color information
#BDB549 (or 0xBDB549) is known color: Sundance. HEX triplet: BD, B5 and 49. RGB value is (189,181,73). Sum of RGB (Red+Green+Blue) = 189+181+73=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB549 is #424AB6. Grayscale: #ABABAB. Windows color (decimal): -4344503 or 4830653. OLE color: 4830653.
HSL color Cylindrical-coordinate representation of color #BDB549: hue angle of 55.86º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDB549 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 73 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.26 |
| HSL | 55.86º | 0.47% | 0.51% | - |
| HSV(B) | 55.86º | 0.61% | 0.74% | - |
| XYZ | 38.71 | 44.35 | 12.82 | - |
| YUV | 171.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 73 | 0 | 0.04 | 0.61 | 0.26 | 55.86 | 0.47 | 0.51 |
| Hex | BD | B5 | 49 | 0 | 4 | 3D | 1A | 38 | 2F | 33 |
| Octal | 275 | 265 | 111 | 0 | 4 | 75 | 32 | 70 | 57 | 63 |
| Binary | 10111101 | 10110101 | 1001001 | 0 | 100 | 111101 | 11010 | 111000 | 101111 | 110011 |
Color Harmonies of #BDB549
Complementary color
Monochromatic Colors of #BDB549
Black with #BDB549
Text Example
Text Example
White with #BDB549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB549; }
p { color: rgb(189,181,73); }
H1.HeaderClassName
{
color: #BDB549;
}
.AnyTagClassName
{
color: #BDB549;
}
</style>
background-color css
<style>
a { background-color: #BDB549; }
a { background-color: rgb(189,181,73); }
div.DivClassName
{
background-color: #BDB549;
}
.BgClassName
{
background-color: #BDB549;
}
</style>
border-color css
<style>
span { border-color: #BDB549; }
span { border-color: rgb(189,181,73); }
td.TdClassName
{
border-color: #BDB549;
}
.TagClassName
{
border-color: #BDB549;
}
</style>