Shades of Sundance #BDB152
Tints of Sundance #BDB152
RGB
CMYK
RGB Variations
Color information
#BDB152 (or 0xBDB152) is known color: Sundance. HEX triplet: BD, B1 and 52. RGB value is (189,177,82). Sum of RGB (Red+Green+Blue) = 189+177+82=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB152 is #424EAD. Grayscale: #AAAAAA. Windows color (decimal): -4345518 or 5419453. OLE color: 5419453.
HSL color Cylindrical-coordinate representation of color #BDB152: hue angle of 53.27º 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 #BDB152 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 82 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.26 |
| HSL | 53.27º | 0.45% | 0.53% | - |
| HSV(B) | 53.27º | 0.57% | 0.74% | - |
| XYZ | 38.23 | 42.87 | 14.24 | - |
| YUV | 169.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 82 | 0 | 0.06 | 0.57 | 0.26 | 53.27 | 0.45 | 0.53 |
| Hex | BD | B1 | 52 | 0 | 6 | 39 | 1A | 35 | 2D | 35 |
| Octal | 275 | 261 | 122 | 0 | 6 | 71 | 32 | 65 | 55 | 65 |
| Binary | 10111101 | 10110001 | 1010010 | 0 | 110 | 111001 | 11010 | 110101 | 101101 | 110101 |
Color Harmonies of #BDB152
Complementary color
Monochromatic Colors of #BDB152
Black with #BDB152
Text Example
Text Example
White with #BDB152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB152; }
p { color: rgb(189,177,82); }
H1.HeaderClassName
{
color: #BDB152;
}
.AnyTagClassName
{
color: #BDB152;
}
</style>
background-color css
<style>
a { background-color: #BDB152; }
a { background-color: rgb(189,177,82); }
div.DivClassName
{
background-color: #BDB152;
}
.BgClassName
{
background-color: #BDB152;
}
</style>
border-color css
<style>
span { border-color: #BDB152; }
span { border-color: rgb(189,177,82); }
td.TdClassName
{
border-color: #BDB152;
}
.TagClassName
{
border-color: #BDB152;
}
</style>