Shades of Sundance #BDAB48
Tints of Sundance #BDAB48
RGB
CMYK
RGB Variations
Color information
#BDAB48 (or 0xBDAB48) is known color: Sundance. HEX triplet: BD, AB and 48. RGB value is (189,171,72). Sum of RGB (Red+Green+Blue) = 189+171+72=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB48 is #4254B7. Grayscale: #A5A5A5. Windows color (decimal): -4347064 or 4762557. OLE color: 4762557.
HSL color Cylindrical-coordinate representation of color #BDAB48: hue angle of 50.77º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDAB48 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 72 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.26 |
| HSL | 50.77º | 0.47% | 0.51% | - |
| HSV(B) | 50.77º | 0.62% | 0.74% | - |
| XYZ | 36.72 | 40.41 | 12 | - |
| YUV | 165.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 72 | 0 | 0.10 | 0.62 | 0.26 | 50.77 | 0.47 | 0.51 |
| Hex | BD | AB | 48 | 0 | A | 3E | 1A | 33 | 2F | 33 |
| Octal | 275 | 253 | 110 | 0 | 12 | 76 | 32 | 63 | 57 | 63 |
| Binary | 10111101 | 10101011 | 1001000 | 0 | 1010 | 111110 | 11010 | 110011 | 101111 | 110011 |
Color Harmonies of #BDAB48
Complementary color
Monochromatic Colors of #BDAB48
Black with #BDAB48
Text Example
Text Example
White with #BDAB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB48; }
p { color: rgb(189,171,72); }
H1.HeaderClassName
{
color: #BDAB48;
}
.AnyTagClassName
{
color: #BDAB48;
}
</style>
background-color css
<style>
a { background-color: #BDAB48; }
a { background-color: rgb(189,171,72); }
div.DivClassName
{
background-color: #BDAB48;
}
.BgClassName
{
background-color: #BDAB48;
}
</style>
border-color css
<style>
span { border-color: #BDAB48; }
span { border-color: rgb(189,171,72); }
td.TdClassName
{
border-color: #BDAB48;
}
.TagClassName
{
border-color: #BDAB48;
}
</style>