Shades of Sundance #BDB349
Tints of Sundance #BDB349
RGB
CMYK
RGB Variations
Color information
#BDB349 (or 0xBDB349) is known color: Sundance. HEX triplet: BD, B3 and 49. RGB value is (189,179,73). Sum of RGB (Red+Green+Blue) = 189+179+73=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB349 is #424CB6. Grayscale: #AAAAAA. Windows color (decimal): -4345015 or 4830141. OLE color: 4830141.
HSL color Cylindrical-coordinate representation of color #BDB349: hue angle of 54.83º 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 #BDB349 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 73 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.26 |
| HSL | 54.83º | 0.47% | 0.51% | - |
| HSV(B) | 54.83º | 0.61% | 0.74% | - |
| XYZ | 38.31 | 43.54 | 12.69 | - |
| YUV | 169.91 | 73.31 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 73 | 0 | 0.05 | 0.61 | 0.26 | 54.83 | 0.47 | 0.51 |
| Hex | BD | B3 | 49 | 0 | 5 | 3D | 1A | 37 | 2F | 33 |
| Octal | 275 | 263 | 111 | 0 | 5 | 75 | 32 | 67 | 57 | 63 |
| Binary | 10111101 | 10110011 | 1001001 | 0 | 101 | 111101 | 11010 | 110111 | 101111 | 110011 |
Color Harmonies of #BDB349
Complementary color
Monochromatic Colors of #BDB349
Black with #BDB349
Text Example
Text Example
White with #BDB349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB349; }
p { color: rgb(189,179,73); }
H1.HeaderClassName
{
color: #BDB349;
}
.AnyTagClassName
{
color: #BDB349;
}
</style>
background-color css
<style>
a { background-color: #BDB349; }
a { background-color: rgb(189,179,73); }
div.DivClassName
{
background-color: #BDB349;
}
.BgClassName
{
background-color: #BDB349;
}
</style>
border-color css
<style>
span { border-color: #BDB349; }
span { border-color: rgb(189,179,73); }
td.TdClassName
{
border-color: #BDB349;
}
.TagClassName
{
border-color: #BDB349;
}
</style>