Shades of Sundance #BCB54A
Tints of Sundance #BCB54A
RGB
CMYK
RGB Variations
Color information
#BCB54A (or 0xBCB54A) is known color: Sundance. HEX triplet: BC, B5 and 4A. RGB value is (188,181,74). Sum of RGB (Red+Green+Blue) = 188+181+74=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB54A is #434AB5. Grayscale: #ABABAB. Windows color (decimal): -4410038 or 4896188. OLE color: 4896188.
HSL color Cylindrical-coordinate representation of color #BCB54A: hue angle of 56.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCB54A is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 74 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.26 |
| HSL | 56.32º | 0.46% | 0.51% | - |
| HSV(B) | 56.32º | 0.61% | 0.74% | - |
| XYZ | 38.5 | 44.23 | 12.99 | - |
| YUV | 170.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 74 | 0 | 0.04 | 0.61 | 0.26 | 56.32 | 0.46 | 0.51 |
| Hex | BC | B5 | 4A | 0 | 4 | 3D | 1A | 38 | 2E | 33 |
| Octal | 274 | 265 | 112 | 0 | 4 | 75 | 32 | 70 | 56 | 63 |
| Binary | 10111100 | 10110101 | 1001010 | 0 | 100 | 111101 | 11010 | 111000 | 101110 | 110011 |
Color Harmonies of #BCB54A
Complementary color
Monochromatic Colors of #BCB54A
Black with #BCB54A
Text Example
Text Example
White with #BCB54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB54A; }
p { color: rgb(188,181,74); }
H1.HeaderClassName
{
color: #BCB54A;
}
.AnyTagClassName
{
color: #BCB54A;
}
</style>
background-color css
<style>
a { background-color: #BCB54A; }
a { background-color: rgb(188,181,74); }
div.DivClassName
{
background-color: #BCB54A;
}
.BgClassName
{
background-color: #BCB54A;
}
</style>
border-color css
<style>
span { border-color: #BCB54A; }
span { border-color: rgb(188,181,74); }
td.TdClassName
{
border-color: #BCB54A;
}
.TagClassName
{
border-color: #BCB54A;
}
</style>