Shades of Sundance #BDA14B
Tints of Sundance #BDA14B
RGB
CMYK
RGB Variations
Color information
#BDA14B (or 0xBDA14B) is known color: Sundance. HEX triplet: BD, A1 and 4B. RGB value is (189,161,75). Sum of RGB (Red+Green+Blue) = 189+161+75=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA14B is #425EB4. Grayscale: #9F9F9F. Windows color (decimal): -4349621 or 4956605. OLE color: 4956605.
HSL color Cylindrical-coordinate representation of color #BDA14B: hue angle of 45.26º 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 #BDA14B is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 75 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.26 |
| HSL | 45.26º | 0.46% | 0.52% | - |
| HSV(B) | 45.26º | 0.6% | 0.74% | - |
| XYZ | 35 | 36.82 | 11.92 | - |
| YUV | 159.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 75 | 0 | 0.15 | 0.60 | 0.26 | 45.26 | 0.46 | 0.52 |
| Hex | BD | A1 | 4B | 0 | F | 3C | 1A | 2D | 2E | 34 |
| Octal | 275 | 241 | 113 | 0 | 17 | 74 | 32 | 55 | 56 | 64 |
| Binary | 10111101 | 10100001 | 1001011 | 0 | 1111 | 111100 | 11010 | 101101 | 101110 | 110100 |
Color Harmonies of #BDA14B
Complementary color
Monochromatic Colors of #BDA14B
Black with #BDA14B
Text Example
Text Example
White with #BDA14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA14B; }
p { color: rgb(189,161,75); }
H1.HeaderClassName
{
color: #BDA14B;
}
.AnyTagClassName
{
color: #BDA14B;
}
</style>
background-color css
<style>
a { background-color: #BDA14B; }
a { background-color: rgb(189,161,75); }
div.DivClassName
{
background-color: #BDA14B;
}
.BgClassName
{
background-color: #BDA14B;
}
</style>
border-color css
<style>
span { border-color: #BDA14B; }
span { border-color: rgb(189,161,75); }
td.TdClassName
{
border-color: #BDA14B;
}
.TagClassName
{
border-color: #BDA14B;
}
</style>