Shades of Sundance #BDA14C
Tints of Sundance #BDA14C
RGB
CMYK
RGB Variations
Color information
#BDA14C (or 0xBDA14C) is known color: Sundance. HEX triplet: BD, A1 and 4C. RGB value is (189,161,76). Sum of RGB (Red+Green+Blue) = 189+161+76=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA14C is #425EB3. Grayscale: #A0A0A0. Windows color (decimal): -4349620 or 5022141. OLE color: 5022141.
HSL color Cylindrical-coordinate representation of color #BDA14C: hue angle of 45.13º 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 #BDA14C is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 76 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.26 |
| HSL | 45.13º | 0.46% | 0.52% | - |
| HSV(B) | 45.13º | 0.6% | 0.74% | - |
| XYZ | 35.04 | 36.83 | 12.1 | - |
| YUV | 159.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 76 | 0 | 0.15 | 0.60 | 0.26 | 45.13 | 0.46 | 0.52 |
| Hex | BD | A1 | 4C | 0 | F | 3C | 1A | 2D | 2E | 34 |
| Octal | 275 | 241 | 114 | 0 | 17 | 74 | 32 | 55 | 56 | 64 |
| Binary | 10111101 | 10100001 | 1001100 | 0 | 1111 | 111100 | 11010 | 101101 | 101110 | 110100 |
Color Harmonies of #BDA14C
Complementary color
Monochromatic Colors of #BDA14C
Black with #BDA14C
Text Example
Text Example
White with #BDA14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA14C; }
p { color: rgb(189,161,76); }
H1.HeaderClassName
{
color: #BDA14C;
}
.AnyTagClassName
{
color: #BDA14C;
}
</style>
background-color css
<style>
a { background-color: #BDA14C; }
a { background-color: rgb(189,161,76); }
div.DivClassName
{
background-color: #BDA14C;
}
.BgClassName
{
background-color: #BDA14C;
}
</style>
border-color css
<style>
span { border-color: #BDA14C; }
span { border-color: rgb(189,161,76); }
td.TdClassName
{
border-color: #BDA14C;
}
.TagClassName
{
border-color: #BDA14C;
}
</style>