Shades of Sundance #BDB148
Tints of Sundance #BDB148
RGB
CMYK
RGB Variations
Color information
#BDB148 (or 0xBDB148) is known color: Sundance. HEX triplet: BD, B1 and 48. RGB value is (189,177,72). Sum of RGB (Red+Green+Blue) = 189+177+72=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB148 is #424EB7. Grayscale: #A9A9A9. Windows color (decimal): -4345528 or 4764093. OLE color: 4764093.
HSL color Cylindrical-coordinate representation of color #BDB148: hue angle of 53.85º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDB148 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 72 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.26 |
| HSL | 53.85º | 0.47% | 0.51% | - |
| HSV(B) | 53.85º | 0.62% | 0.74% | - |
| XYZ | 37.88 | 42.73 | 12.38 | - |
| YUV | 168.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 72 | 0 | 0.06 | 0.62 | 0.26 | 53.85 | 0.47 | 0.51 |
| Hex | BD | B1 | 48 | 0 | 6 | 3E | 1A | 36 | 2F | 33 |
| Octal | 275 | 261 | 110 | 0 | 6 | 76 | 32 | 66 | 57 | 63 |
| Binary | 10111101 | 10110001 | 1001000 | 0 | 110 | 111110 | 11010 | 110110 | 101111 | 110011 |
Color Harmonies of #BDB148
Complementary color
Monochromatic Colors of #BDB148
Black with #BDB148
Text Example
Text Example
White with #BDB148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB148; }
p { color: rgb(189,177,72); }
H1.HeaderClassName
{
color: #BDB148;
}
.AnyTagClassName
{
color: #BDB148;
}
</style>
background-color css
<style>
a { background-color: #BDB148; }
a { background-color: rgb(189,177,72); }
div.DivClassName
{
background-color: #BDB148;
}
.BgClassName
{
background-color: #BDB148;
}
</style>
border-color css
<style>
span { border-color: #BDB148; }
span { border-color: rgb(189,177,72); }
td.TdClassName
{
border-color: #BDB148;
}
.TagClassName
{
border-color: #BDB148;
}
</style>