Shades of Sundance #B8AB50
Tints of Sundance #B8AB50
RGB
CMYK
RGB Variations
Color information
#B8AB50 (or 0xB8AB50) is known color: Sundance. HEX triplet: B8, AB and 50. RGB value is (184,171,80). Sum of RGB (Red+Green+Blue) = 184+171+80=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB50 is #4754AF. Grayscale: #A4A4A4. Windows color (decimal): -4674736 or 5286840. OLE color: 5286840.
HSL color Cylindrical-coordinate representation of color #B8AB50: hue angle of 52.5º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8AB50 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 80 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.28 |
| HSL | 52.5º | 0.42% | 0.52% | - |
| HSV(B) | 52.5º | 0.57% | 0.72% | - |
| XYZ | 35.78 | 39.9 | 13.4 | - |
| YUV | 164.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 80 | 0 | 0.07 | 0.57 | 0.28 | 52.5 | 0.42 | 0.52 |
| Hex | B8 | AB | 50 | 0 | 7 | 39 | 1C | 34 | 2A | 34 |
| Octal | 270 | 253 | 120 | 0 | 7 | 71 | 34 | 64 | 52 | 64 |
| Binary | 10111000 | 10101011 | 1010000 | 0 | 111 | 111001 | 11100 | 110100 | 101010 | 110100 |
Color Harmonies of #B8AB50
Complementary color
Monochromatic Colors of #B8AB50
Black with #B8AB50
Text Example
Text Example
White with #B8AB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB50; }
p { color: rgb(184,171,80); }
H1.HeaderClassName
{
color: #B8AB50;
}
.AnyTagClassName
{
color: #B8AB50;
}
</style>
background-color css
<style>
a { background-color: #B8AB50; }
a { background-color: rgb(184,171,80); }
div.DivClassName
{
background-color: #B8AB50;
}
.BgClassName
{
background-color: #B8AB50;
}
</style>
border-color css
<style>
span { border-color: #B8AB50; }
span { border-color: rgb(184,171,80); }
td.TdClassName
{
border-color: #B8AB50;
}
.TagClassName
{
border-color: #B8AB50;
}
</style>