Shades of Sundance #BDA74B
Tints of Sundance #BDA74B
RGB
CMYK
RGB Variations
Color information
#BDA74B (or 0xBDA74B) is known color: Sundance. HEX triplet: BD, A7 and 4B. RGB value is (189,167,75). Sum of RGB (Red+Green+Blue) = 189+167+75=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA74B is #4258B4. Grayscale: #A3A3A3. Windows color (decimal): -4348085 or 4958141. OLE color: 4958141.
HSL color Cylindrical-coordinate representation of color #BDA74B: hue angle of 48.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDA74B is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 75 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.26 |
| HSL | 48.42º | 0.46% | 0.52% | - |
| HSV(B) | 48.42º | 0.6% | 0.74% | - |
| XYZ | 36.07 | 38.96 | 12.28 | - |
| YUV | 163.09 | 78.29 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 75 | 0 | 0.12 | 0.60 | 0.26 | 48.42 | 0.46 | 0.52 |
| Hex | BD | A7 | 4B | 0 | C | 3C | 1A | 30 | 2E | 34 |
| Octal | 275 | 247 | 113 | 0 | 14 | 74 | 32 | 60 | 56 | 64 |
| Binary | 10111101 | 10100111 | 1001011 | 0 | 1100 | 111100 | 11010 | 110000 | 101110 | 110100 |
Color Harmonies of #BDA74B
Complementary color
Monochromatic Colors of #BDA74B
Black with #BDA74B
Text Example
Text Example
White with #BDA74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA74B; }
p { color: rgb(189,167,75); }
H1.HeaderClassName
{
color: #BDA74B;
}
.AnyTagClassName
{
color: #BDA74B;
}
</style>
background-color css
<style>
a { background-color: #BDA74B; }
a { background-color: rgb(189,167,75); }
div.DivClassName
{
background-color: #BDA74B;
}
.BgClassName
{
background-color: #BDA74B;
}
</style>
border-color css
<style>
span { border-color: #BDA74B; }
span { border-color: rgb(189,167,75); }
td.TdClassName
{
border-color: #BDA74B;
}
.TagClassName
{
border-color: #BDA74B;
}
</style>