Shades of Sundance #BCA348
Tints of Sundance #BCA348
RGB
CMYK
RGB Variations
Color information
#BCA348 (or 0xBCA348) is known color: Sundance. HEX triplet: BC, A3 and 48. RGB value is (188,163,72). Sum of RGB (Red+Green+Blue) = 188+163+72=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA348 is #435CB7. Grayscale: #A0A0A0. Windows color (decimal): -4414648 or 4760508. OLE color: 4760508.
HSL color Cylindrical-coordinate representation of color #BCA348: hue angle of 47.07º degrees, saturation: 0.46, 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 #BCA348 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 72 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.26 |
| HSL | 47.07º | 0.46% | 0.51% | - |
| HSV(B) | 47.07º | 0.62% | 0.74% | - |
| XYZ | 35.01 | 37.35 | 11.5 | - |
| YUV | 160.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 72 | 0 | 0.13 | 0.62 | 0.26 | 47.07 | 0.46 | 0.51 |
| Hex | BC | A3 | 48 | 0 | D | 3E | 1A | 2F | 2E | 33 |
| Octal | 274 | 243 | 110 | 0 | 15 | 76 | 32 | 57 | 56 | 63 |
| Binary | 10111100 | 10100011 | 1001000 | 0 | 1101 | 111110 | 11010 | 101111 | 101110 | 110011 |
Color Harmonies of #BCA348
Complementary color
Monochromatic Colors of #BCA348
Black with #BCA348
Text Example
Text Example
White with #BCA348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA348; }
p { color: rgb(188,163,72); }
H1.HeaderClassName
{
color: #BCA348;
}
.AnyTagClassName
{
color: #BCA348;
}
</style>
background-color css
<style>
a { background-color: #BCA348; }
a { background-color: rgb(188,163,72); }
div.DivClassName
{
background-color: #BCA348;
}
.BgClassName
{
background-color: #BCA348;
}
</style>
border-color css
<style>
span { border-color: #BCA348; }
span { border-color: rgb(188,163,72); }
td.TdClassName
{
border-color: #BCA348;
}
.TagClassName
{
border-color: #BCA348;
}
</style>