Shades of Sundance #B9A44D
Tints of Sundance #B9A44D
RGB
CMYK
RGB Variations
Color information
#B9A44D (or 0xB9A44D) is known color: Sundance. HEX triplet: B9, A4 and 4D. RGB value is (185,164,77). Sum of RGB (Red+Green+Blue) = 185+164+77=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A44D is #465BB2. Grayscale: #A0A0A0. Windows color (decimal): -4610995 or 5088441. OLE color: 5088441.
HSL color Cylindrical-coordinate representation of color #B9A44D: hue angle of 48.33º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9A44D is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 77 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.27 |
| HSL | 48.33º | 0.44% | 0.51% | - |
| HSV(B) | 48.33º | 0.58% | 0.73% | - |
| XYZ | 34.62 | 37.4 | 12.42 | - |
| YUV | 160.36 | 80.96 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 77 | 0 | 0.11 | 0.58 | 0.27 | 48.33 | 0.44 | 0.51 |
| Hex | B9 | A4 | 4D | 0 | B | 3A | 1B | 30 | 2C | 33 |
| Octal | 271 | 244 | 115 | 0 | 13 | 72 | 33 | 60 | 54 | 63 |
| Binary | 10111001 | 10100100 | 1001101 | 0 | 1011 | 111010 | 11011 | 110000 | 101100 | 110011 |
Color Harmonies of #B9A44D
Complementary color
Monochromatic Colors of #B9A44D
Black with #B9A44D
Text Example
Text Example
White with #B9A44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A44D; }
p { color: rgb(185,164,77); }
H1.HeaderClassName
{
color: #B9A44D;
}
.AnyTagClassName
{
color: #B9A44D;
}
</style>
background-color css
<style>
a { background-color: #B9A44D; }
a { background-color: rgb(185,164,77); }
div.DivClassName
{
background-color: #B9A44D;
}
.BgClassName
{
background-color: #B9A44D;
}
</style>
border-color css
<style>
span { border-color: #B9A44D; }
span { border-color: rgb(185,164,77); }
td.TdClassName
{
border-color: #B9A44D;
}
.TagClassName
{
border-color: #B9A44D;
}
</style>