Shades of Sundance #BDAF4D
Tints of Sundance #BDAF4D
RGB
CMYK
RGB Variations
Color information
#BDAF4D (or 0xBDAF4D) is known color: Sundance. HEX triplet: BD, AF and 4D. RGB value is (189,175,77). Sum of RGB (Red+Green+Blue) = 189+175+77=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF4D is #4250B2. Grayscale: #A8A8A8. Windows color (decimal): -4346035 or 5091261. OLE color: 5091261.
HSL color Cylindrical-coordinate representation of color #BDAF4D: hue angle of 52.5º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDAF4D is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 77 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.26 |
| HSL | 52.5º | 0.46% | 0.52% | - |
| HSV(B) | 52.5º | 0.59% | 0.74% | - |
| XYZ | 37.66 | 42.01 | 13.15 | - |
| YUV | 168.01 | 76.64 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 77 | 0 | 0.07 | 0.59 | 0.26 | 52.5 | 0.46 | 0.52 |
| Hex | BD | AF | 4D | 0 | 7 | 3B | 1A | 34 | 2E | 34 |
| Octal | 275 | 257 | 115 | 0 | 7 | 73 | 32 | 64 | 56 | 64 |
| Binary | 10111101 | 10101111 | 1001101 | 0 | 111 | 111011 | 11010 | 110100 | 101110 | 110100 |
Color Harmonies of #BDAF4D
Complementary color
Monochromatic Colors of #BDAF4D
Black with #BDAF4D
Text Example
Text Example
White with #BDAF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF4D; }
p { color: rgb(189,175,77); }
H1.HeaderClassName
{
color: #BDAF4D;
}
.AnyTagClassName
{
color: #BDAF4D;
}
</style>
background-color css
<style>
a { background-color: #BDAF4D; }
a { background-color: rgb(189,175,77); }
div.DivClassName
{
background-color: #BDAF4D;
}
.BgClassName
{
background-color: #BDAF4D;
}
</style>
border-color css
<style>
span { border-color: #BDAF4D; }
span { border-color: rgb(189,175,77); }
td.TdClassName
{
border-color: #BDAF4D;
}
.TagClassName
{
border-color: #BDAF4D;
}
</style>