Shades of Sundance #BDB14B
Tints of Sundance #BDB14B
RGB
CMYK
RGB Variations
Color information
#BDB14B (or 0xBDB14B) is known color: Sundance. HEX triplet: BD, B1 and 4B. RGB value is (189,177,75). Sum of RGB (Red+Green+Blue) = 189+177+75=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB14B is #424EB4. Grayscale: #A9A9A9. Windows color (decimal): -4345525 or 4960701. OLE color: 4960701.
HSL color Cylindrical-coordinate representation of color #BDB14B: hue angle of 53.68º 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 #BDB14B is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 75 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.26 |
| HSL | 53.68º | 0.46% | 0.52% | - |
| HSV(B) | 53.68º | 0.6% | 0.74% | - |
| XYZ | 37.98 | 42.77 | 12.91 | - |
| YUV | 168.96 | 74.98 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 75 | 0 | 0.06 | 0.60 | 0.26 | 53.68 | 0.46 | 0.52 |
| Hex | BD | B1 | 4B | 0 | 6 | 3C | 1A | 36 | 2E | 34 |
| Octal | 275 | 261 | 113 | 0 | 6 | 74 | 32 | 66 | 56 | 64 |
| Binary | 10111101 | 10110001 | 1001011 | 0 | 110 | 111100 | 11010 | 110110 | 101110 | 110100 |
Color Harmonies of #BDB14B
Complementary color
Monochromatic Colors of #BDB14B
Black with #BDB14B
Text Example
Text Example
White with #BDB14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB14B; }
p { color: rgb(189,177,75); }
H1.HeaderClassName
{
color: #BDB14B;
}
.AnyTagClassName
{
color: #BDB14B;
}
</style>
background-color css
<style>
a { background-color: #BDB14B; }
a { background-color: rgb(189,177,75); }
div.DivClassName
{
background-color: #BDB14B;
}
.BgClassName
{
background-color: #BDB14B;
}
</style>
border-color css
<style>
span { border-color: #BDB14B; }
span { border-color: rgb(189,177,75); }
td.TdClassName
{
border-color: #BDB14B;
}
.TagClassName
{
border-color: #BDB14B;
}
</style>