Shades of Sundance #BDB251
Tints of Sundance #BDB251
RGB
CMYK
RGB Variations
Color information
#BDB251 (or 0xBDB251) is known color: Sundance. HEX triplet: BD, B2 and 51. RGB value is (189,178,81). Sum of RGB (Red+Green+Blue) = 189+178+81=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB251 is #424DAE. Grayscale: #AAAAAA. Windows color (decimal): -4345263 or 5354173. OLE color: 5354173.
HSL color Cylindrical-coordinate representation of color #BDB251: hue angle of 53.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDB251 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 81 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.26 |
| HSL | 53.89º | 0.45% | 0.53% | - |
| HSV(B) | 53.89º | 0.57% | 0.74% | - |
| XYZ | 38.39 | 43.25 | 14.11 | - |
| YUV | 170.23 | 77.64 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 81 | 0 | 0.06 | 0.57 | 0.26 | 53.89 | 0.45 | 0.53 |
| Hex | BD | B2 | 51 | 0 | 6 | 39 | 1A | 36 | 2D | 35 |
| Octal | 275 | 262 | 121 | 0 | 6 | 71 | 32 | 66 | 55 | 65 |
| Binary | 10111101 | 10110010 | 1010001 | 0 | 110 | 111001 | 11010 | 110110 | 101101 | 110101 |
Color Harmonies of #BDB251
Complementary color
Monochromatic Colors of #BDB251
Black with #BDB251
Text Example
Text Example
White with #BDB251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB251; }
p { color: rgb(189,178,81); }
H1.HeaderClassName
{
color: #BDB251;
}
.AnyTagClassName
{
color: #BDB251;
}
</style>
background-color css
<style>
a { background-color: #BDB251; }
a { background-color: rgb(189,178,81); }
div.DivClassName
{
background-color: #BDB251;
}
.BgClassName
{
background-color: #BDB251;
}
</style>
border-color css
<style>
span { border-color: #BDB251; }
span { border-color: rgb(189,178,81); }
td.TdClassName
{
border-color: #BDB251;
}
.TagClassName
{
border-color: #BDB251;
}
</style>