Shades of Sundance #BDB34A
Tints of Sundance #BDB34A
RGB
CMYK
RGB Variations
Color information
#BDB34A (or 0xBDB34A) is known color: Sundance. HEX triplet: BD, B3 and 4A. RGB value is (189,179,74). Sum of RGB (Red+Green+Blue) = 189+179+74=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB34A is #424CB5. Grayscale: #AAAAAA. Windows color (decimal): -4345014 or 4895677. OLE color: 4895677.
HSL color Cylindrical-coordinate representation of color #BDB34A: hue angle of 54.78º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDB34A is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 74 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.26 |
| HSL | 54.78º | 0.47% | 0.52% | - |
| HSV(B) | 54.78º | 0.61% | 0.74% | - |
| XYZ | 38.34 | 43.55 | 12.86 | - |
| YUV | 170.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 74 | 0 | 0.05 | 0.61 | 0.26 | 54.78 | 0.47 | 0.52 |
| Hex | BD | B3 | 4A | 0 | 5 | 3D | 1A | 37 | 2F | 34 |
| Octal | 275 | 263 | 112 | 0 | 5 | 75 | 32 | 67 | 57 | 64 |
| Binary | 10111101 | 10110011 | 1001010 | 0 | 101 | 111101 | 11010 | 110111 | 101111 | 110100 |
Color Harmonies of #BDB34A
Complementary color
Monochromatic Colors of #BDB34A
Black with #BDB34A
Text Example
Text Example
White with #BDB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB34A; }
p { color: rgb(189,179,74); }
H1.HeaderClassName
{
color: #BDB34A;
}
.AnyTagClassName
{
color: #BDB34A;
}
</style>
background-color css
<style>
a { background-color: #BDB34A; }
a { background-color: rgb(189,179,74); }
div.DivClassName
{
background-color: #BDB34A;
}
.BgClassName
{
background-color: #BDB34A;
}
</style>
border-color css
<style>
span { border-color: #BDB34A; }
span { border-color: rgb(189,179,74); }
td.TdClassName
{
border-color: #BDB34A;
}
.TagClassName
{
border-color: #BDB34A;
}
</style>