Shades of Sundance #BDB150
Tints of Sundance #BDB150
RGB
CMYK
RGB Variations
Color information
#BDB150 (or 0xBDB150) is known color: Sundance. HEX triplet: BD, B1 and 50. RGB value is (189,177,80). Sum of RGB (Red+Green+Blue) = 189+177+80=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB150 is #424EAF. Grayscale: #A9A9A9. Windows color (decimal): -4345520 or 5288381. OLE color: 5288381.
HSL color Cylindrical-coordinate representation of color #BDB150: hue angle of 53.39º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDB150 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 80 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.26 |
| HSL | 53.39º | 0.45% | 0.53% | - |
| HSV(B) | 53.39º | 0.58% | 0.74% | - |
| XYZ | 38.16 | 42.84 | 13.85 | - |
| YUV | 169.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 80 | 0 | 0.06 | 0.58 | 0.26 | 53.39 | 0.45 | 0.53 |
| Hex | BD | B1 | 50 | 0 | 6 | 3A | 1A | 35 | 2D | 35 |
| Octal | 275 | 261 | 120 | 0 | 6 | 72 | 32 | 65 | 55 | 65 |
| Binary | 10111101 | 10110001 | 1010000 | 0 | 110 | 111010 | 11010 | 110101 | 101101 | 110101 |
Color Harmonies of #BDB150
Complementary color
Monochromatic Colors of #BDB150
Black with #BDB150
Text Example
Text Example
White with #BDB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB150; }
p { color: rgb(189,177,80); }
H1.HeaderClassName
{
color: #BDB150;
}
.AnyTagClassName
{
color: #BDB150;
}
</style>
background-color css
<style>
a { background-color: #BDB150; }
a { background-color: rgb(189,177,80); }
div.DivClassName
{
background-color: #BDB150;
}
.BgClassName
{
background-color: #BDB150;
}
</style>
border-color css
<style>
span { border-color: #BDB150; }
span { border-color: rgb(189,177,80); }
td.TdClassName
{
border-color: #BDB150;
}
.TagClassName
{
border-color: #BDB150;
}
</style>