Shades of Sundance #BDB34B
Tints of Sundance #BDB34B
RGB
CMYK
RGB Variations
Color information
#BDB34B (or 0xBDB34B) is known color: Sundance. HEX triplet: BD, B3 and 4B. RGB value is (189,179,75). Sum of RGB (Red+Green+Blue) = 189+179+75=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB34B is #424CB4. Grayscale: #AAAAAA. Windows color (decimal): -4345013 or 4961213. OLE color: 4961213.
HSL color Cylindrical-coordinate representation of color #BDB34B: hue angle of 54.74º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDB34B is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 75 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.26 |
| HSL | 54.74º | 0.46% | 0.52% | - |
| HSV(B) | 54.74º | 0.6% | 0.74% | - |
| XYZ | 38.38 | 43.57 | 13.04 | - |
| YUV | 170.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 75 | 0 | 0.05 | 0.60 | 0.26 | 54.74 | 0.46 | 0.52 |
| Hex | BD | B3 | 4B | 0 | 5 | 3C | 1A | 37 | 2E | 34 |
| Octal | 275 | 263 | 113 | 0 | 5 | 74 | 32 | 67 | 56 | 64 |
| Binary | 10111101 | 10110011 | 1001011 | 0 | 101 | 111100 | 11010 | 110111 | 101110 | 110100 |
Color Harmonies of #BDB34B
Complementary color
Monochromatic Colors of #BDB34B
Black with #BDB34B
Text Example
Text Example
White with #BDB34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB34B; }
p { color: rgb(189,179,75); }
H1.HeaderClassName
{
color: #BDB34B;
}
.AnyTagClassName
{
color: #BDB34B;
}
</style>
background-color css
<style>
a { background-color: #BDB34B; }
a { background-color: rgb(189,179,75); }
div.DivClassName
{
background-color: #BDB34B;
}
.BgClassName
{
background-color: #BDB34B;
}
</style>
border-color css
<style>
span { border-color: #BDB34B; }
span { border-color: rgb(189,179,75); }
td.TdClassName
{
border-color: #BDB34B;
}
.TagClassName
{
border-color: #BDB34B;
}
</style>