Shades of Sundance #B8A851
Tints of Sundance #B8A851
RGB
CMYK
RGB Variations
Color information
#B8A851 (or 0xB8A851) is known color: Sundance. HEX triplet: B8, A8 and 51. RGB value is (184,168,81). Sum of RGB (Red+Green+Blue) = 184+168+81=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A851 is #4757AE. Grayscale: #A3A3A3. Windows color (decimal): -4675503 or 5351608. OLE color: 5351608.
HSL color Cylindrical-coordinate representation of color #B8A851: hue angle of 50.68º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8A851 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 168 | 81 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.28 |
| HSL | 50.68º | 0.42% | 0.52% | - |
| HSV(B) | 50.68º | 0.56% | 0.72% | - |
| XYZ | 35.26 | 38.79 | 13.41 | - |
| YUV | 162.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 81 | 0 | 0.09 | 0.56 | 0.28 | 50.68 | 0.42 | 0.52 |
| Hex | B8 | A8 | 51 | 0 | 9 | 38 | 1C | 33 | 2A | 34 |
| Octal | 270 | 250 | 121 | 0 | 11 | 70 | 34 | 63 | 52 | 64 |
| Binary | 10111000 | 10101000 | 1010001 | 0 | 1001 | 111000 | 11100 | 110011 | 101010 | 110100 |
Color Harmonies of #B8A851
Complementary color
Monochromatic Colors of #B8A851
Black with #B8A851
Text Example
Text Example
White with #B8A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A851; }
p { color: rgb(184,168,81); }
H1.HeaderClassName
{
color: #B8A851;
}
.AnyTagClassName
{
color: #B8A851;
}
</style>
background-color css
<style>
a { background-color: #B8A851; }
a { background-color: rgb(184,168,81); }
div.DivClassName
{
background-color: #B8A851;
}
.BgClassName
{
background-color: #B8A851;
}
</style>
border-color css
<style>
span { border-color: #B8A851; }
span { border-color: rgb(184,168,81); }
td.TdClassName
{
border-color: #B8A851;
}
.TagClassName
{
border-color: #B8A851;
}
</style>