Shades of Sundance #BDA14F
Tints of Sundance #BDA14F
RGB
CMYK
RGB Variations
Color information
#BDA14F (or 0xBDA14F) is known color: Sundance. HEX triplet: BD, A1 and 4F. RGB value is (189,161,79). Sum of RGB (Red+Green+Blue) = 189+161+79=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA14F is #425EB0. Grayscale: #A0A0A0. Windows color (decimal): -4349617 or 5218749. OLE color: 5218749.
HSL color Cylindrical-coordinate representation of color #BDA14F: hue angle of 44.73º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDA14F is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 79 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.26 |
| HSL | 44.73º | 0.45% | 0.53% | - |
| HSV(B) | 44.73º | 0.58% | 0.74% | - |
| XYZ | 35.14 | 36.87 | 12.66 | - |
| YUV | 160.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 79 | 0 | 0.15 | 0.58 | 0.26 | 44.73 | 0.45 | 0.53 |
| Hex | BD | A1 | 4F | 0 | F | 3A | 1A | 2D | 2D | 35 |
| Octal | 275 | 241 | 117 | 0 | 17 | 72 | 32 | 55 | 55 | 65 |
| Binary | 10111101 | 10100001 | 1001111 | 0 | 1111 | 111010 | 11010 | 101101 | 101101 | 110101 |
Color Harmonies of #BDA14F
Complementary color
Monochromatic Colors of #BDA14F
Black with #BDA14F
Text Example
Text Example
White with #BDA14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA14F; }
p { color: rgb(189,161,79); }
H1.HeaderClassName
{
color: #BDA14F;
}
.AnyTagClassName
{
color: #BDA14F;
}
</style>
background-color css
<style>
a { background-color: #BDA14F; }
a { background-color: rgb(189,161,79); }
div.DivClassName
{
background-color: #BDA14F;
}
.BgClassName
{
background-color: #BDA14F;
}
</style>
border-color css
<style>
span { border-color: #BDA14F; }
span { border-color: rgb(189,161,79); }
td.TdClassName
{
border-color: #BDA14F;
}
.TagClassName
{
border-color: #BDA14F;
}
</style>