Shades of Sundance #BDAB4B
Tints of Sundance #BDAB4B
RGB
CMYK
RGB Variations
Color information
#BDAB4B (or 0xBDAB4B) is known color: Sundance. HEX triplet: BD, AB and 4B. RGB value is (189,171,75). Sum of RGB (Red+Green+Blue) = 189+171+75=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB4B is #4254B4. Grayscale: #A5A5A5. Windows color (decimal): -4347061 or 4959165. OLE color: 4959165.
HSL color Cylindrical-coordinate representation of color #BDAB4B: hue angle of 50.53º 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 #BDAB4B is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 75 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.26 |
| HSL | 50.53º | 0.46% | 0.52% | - |
| HSV(B) | 50.53º | 0.6% | 0.74% | - |
| XYZ | 36.82 | 40.45 | 12.52 | - |
| YUV | 165.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 75 | 0 | 0.10 | 0.60 | 0.26 | 50.53 | 0.46 | 0.52 |
| Hex | BD | AB | 4B | 0 | A | 3C | 1A | 33 | 2E | 34 |
| Octal | 275 | 253 | 113 | 0 | 12 | 74 | 32 | 63 | 56 | 64 |
| Binary | 10111101 | 10101011 | 1001011 | 0 | 1010 | 111100 | 11010 | 110011 | 101110 | 110100 |
Color Harmonies of #BDAB4B
Complementary color
Monochromatic Colors of #BDAB4B
Black with #BDAB4B
Text Example
Text Example
White with #BDAB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB4B; }
p { color: rgb(189,171,75); }
H1.HeaderClassName
{
color: #BDAB4B;
}
.AnyTagClassName
{
color: #BDAB4B;
}
</style>
background-color css
<style>
a { background-color: #BDAB4B; }
a { background-color: rgb(189,171,75); }
div.DivClassName
{
background-color: #BDAB4B;
}
.BgClassName
{
background-color: #BDAB4B;
}
</style>
border-color css
<style>
span { border-color: #BDAB4B; }
span { border-color: rgb(189,171,75); }
td.TdClassName
{
border-color: #BDAB4B;
}
.TagClassName
{
border-color: #BDAB4B;
}
</style>