Shades of Sundance #BDB053
Tints of Sundance #BDB053
RGB
CMYK
RGB Variations
Color information
#BDB053 (or 0xBDB053) is known color: Sundance. HEX triplet: BD, B0 and 53. RGB value is (189,176,83). Sum of RGB (Red+Green+Blue) = 189+176+83=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB053 is #424FAC. Grayscale: #A9A9A9. Windows color (decimal): -4345773 or 5484733. OLE color: 5484733.
HSL color Cylindrical-coordinate representation of color #BDB053: hue angle of 52.64º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDB053 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 83 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.26 |
| HSL | 52.64º | 0.45% | 0.53% | - |
| HSV(B) | 52.64º | 0.56% | 0.74% | - |
| XYZ | 38.07 | 42.49 | 14.38 | - |
| YUV | 169.29 | 79.31 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 83 | 0 | 0.07 | 0.56 | 0.26 | 52.64 | 0.45 | 0.53 |
| Hex | BD | B0 | 53 | 0 | 7 | 38 | 1A | 35 | 2D | 35 |
| Octal | 275 | 260 | 123 | 0 | 7 | 70 | 32 | 65 | 55 | 65 |
| Binary | 10111101 | 10110000 | 1010011 | 0 | 111 | 111000 | 11010 | 110101 | 101101 | 110101 |
Color Harmonies of #BDB053
Complementary color
Monochromatic Colors of #BDB053
Black with #BDB053
Text Example
Text Example
White with #BDB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB053; }
p { color: rgb(189,176,83); }
H1.HeaderClassName
{
color: #BDB053;
}
.AnyTagClassName
{
color: #BDB053;
}
</style>
background-color css
<style>
a { background-color: #BDB053; }
a { background-color: rgb(189,176,83); }
div.DivClassName
{
background-color: #BDB053;
}
.BgClassName
{
background-color: #BDB053;
}
</style>
border-color css
<style>
span { border-color: #BDB053; }
span { border-color: rgb(189,176,83); }
td.TdClassName
{
border-color: #BDB053;
}
.TagClassName
{
border-color: #BDB053;
}
</style>