Shades of Sundance #BDAF49
Tints of Sundance #BDAF49
RGB
CMYK
RGB Variations
Color information
#BDAF49 (or 0xBDAF49) is known color: Sundance. HEX triplet: BD, AF and 49. RGB value is (189,175,73). Sum of RGB (Red+Green+Blue) = 189+175+73=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF49 is #4250B6. Grayscale: #A7A7A7. Windows color (decimal): -4346039 or 4829117. OLE color: 4829117.
HSL color Cylindrical-coordinate representation of color #BDAF49: hue angle of 52.76º 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 #BDAF49 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 73 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.26 |
| HSL | 52.76º | 0.47% | 0.51% | - |
| HSV(B) | 52.76º | 0.61% | 0.74% | - |
| XYZ | 37.52 | 41.96 | 12.42 | - |
| YUV | 167.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 73 | 0 | 0.07 | 0.61 | 0.26 | 52.76 | 0.47 | 0.51 |
| Hex | BD | AF | 49 | 0 | 7 | 3D | 1A | 35 | 2F | 33 |
| Octal | 275 | 257 | 111 | 0 | 7 | 75 | 32 | 65 | 57 | 63 |
| Binary | 10111101 | 10101111 | 1001001 | 0 | 111 | 111101 | 11010 | 110101 | 101111 | 110011 |
Color Harmonies of #BDAF49
Complementary color
Monochromatic Colors of #BDAF49
Black with #BDAF49
Text Example
Text Example
White with #BDAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF49; }
p { color: rgb(189,175,73); }
H1.HeaderClassName
{
color: #BDAF49;
}
.AnyTagClassName
{
color: #BDAF49;
}
</style>
background-color css
<style>
a { background-color: #BDAF49; }
a { background-color: rgb(189,175,73); }
div.DivClassName
{
background-color: #BDAF49;
}
.BgClassName
{
background-color: #BDAF49;
}
</style>
border-color css
<style>
span { border-color: #BDAF49; }
span { border-color: rgb(189,175,73); }
td.TdClassName
{
border-color: #BDAF49;
}
.TagClassName
{
border-color: #BDAF49;
}
</style>