Shades of Sundance #BDA04A
Tints of Sundance #BDA04A
RGB
CMYK
RGB Variations
Color information
#BDA04A (or 0xBDA04A) is known color: Sundance. HEX triplet: BD, A0 and 4A. RGB value is (189,160,74). Sum of RGB (Red+Green+Blue) = 189+160+74=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA04A is #425FB5. Grayscale: #9F9F9F. Windows color (decimal): -4349878 or 4890813. OLE color: 4890813.
HSL color Cylindrical-coordinate representation of color #BDA04A: hue angle of 44.87º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDA04A is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 74 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.26 |
| HSL | 44.87º | 0.47% | 0.52% | - |
| HSV(B) | 44.87º | 0.61% | 0.74% | - |
| XYZ | 34.79 | 36.45 | 11.68 | - |
| YUV | 158.87 | 80.11 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 74 | 0 | 0.15 | 0.61 | 0.26 | 44.87 | 0.47 | 0.52 |
| Hex | BD | A0 | 4A | 0 | F | 3D | 1A | 2D | 2F | 34 |
| Octal | 275 | 240 | 112 | 0 | 17 | 75 | 32 | 55 | 57 | 64 |
| Binary | 10111101 | 10100000 | 1001010 | 0 | 1111 | 111101 | 11010 | 101101 | 101111 | 110100 |
Color Harmonies of #BDA04A
Complementary color
Monochromatic Colors of #BDA04A
Black with #BDA04A
Text Example
Text Example
White with #BDA04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA04A; }
p { color: rgb(189,160,74); }
H1.HeaderClassName
{
color: #BDA04A;
}
.AnyTagClassName
{
color: #BDA04A;
}
</style>
background-color css
<style>
a { background-color: #BDA04A; }
a { background-color: rgb(189,160,74); }
div.DivClassName
{
background-color: #BDA04A;
}
.BgClassName
{
background-color: #BDA04A;
}
</style>
border-color css
<style>
span { border-color: #BDA04A; }
span { border-color: rgb(189,160,74); }
td.TdClassName
{
border-color: #BDA04A;
}
.TagClassName
{
border-color: #BDA04A;
}
</style>