Shades of Sundance #BDAB4A
Tints of Sundance #BDAB4A
RGB
CMYK
RGB Variations
Color information
#BDAB4A (or 0xBDAB4A) is known color: Sundance. HEX triplet: BD, AB and 4A. RGB value is (189,171,74). Sum of RGB (Red+Green+Blue) = 189+171+74=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB4A is #4254B5. Grayscale: #A5A5A5. Windows color (decimal): -4347062 or 4893629. OLE color: 4893629.
HSL color Cylindrical-coordinate representation of color #BDAB4A: hue angle of 50.61º 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 #BDAB4A is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 74 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.26 |
| HSL | 50.61º | 0.47% | 0.52% | - |
| HSV(B) | 50.61º | 0.61% | 0.74% | - |
| XYZ | 36.79 | 40.44 | 12.35 | - |
| YUV | 165.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 74 | 0 | 0.10 | 0.61 | 0.26 | 50.61 | 0.47 | 0.52 |
| Hex | BD | AB | 4A | 0 | A | 3D | 1A | 33 | 2F | 34 |
| Octal | 275 | 253 | 112 | 0 | 12 | 75 | 32 | 63 | 57 | 64 |
| Binary | 10111101 | 10101011 | 1001010 | 0 | 1010 | 111101 | 11010 | 110011 | 101111 | 110100 |
Color Harmonies of #BDAB4A
Complementary color
Monochromatic Colors of #BDAB4A
Black with #BDAB4A
Text Example
Text Example
White with #BDAB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB4A; }
p { color: rgb(189,171,74); }
H1.HeaderClassName
{
color: #BDAB4A;
}
.AnyTagClassName
{
color: #BDAB4A;
}
</style>
background-color css
<style>
a { background-color: #BDAB4A; }
a { background-color: rgb(189,171,74); }
div.DivClassName
{
background-color: #BDAB4A;
}
.BgClassName
{
background-color: #BDAB4A;
}
</style>
border-color css
<style>
span { border-color: #BDAB4A; }
span { border-color: rgb(189,171,74); }
td.TdClassName
{
border-color: #BDAB4A;
}
.TagClassName
{
border-color: #BDAB4A;
}
</style>