Shades of Sundance #BCB24F
Tints of Sundance #BCB24F
RGB
CMYK
RGB Variations
Color information
#BCB24F (or 0xBCB24F) is known color: Sundance. HEX triplet: BC, B2 and 4F. RGB value is (188,178,79). Sum of RGB (Red+Green+Blue) = 188+178+79=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB24F is #434DB0. Grayscale: #AAAAAA. Windows color (decimal): -4410801 or 5223100. OLE color: 5223100.
HSL color Cylindrical-coordinate representation of color #BCB24F: hue angle of 54.5º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCB24F is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 79 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.26 |
| HSL | 54.5º | 0.45% | 0.52% | - |
| HSV(B) | 54.5º | 0.58% | 0.74% | - |
| XYZ | 38.07 | 43.1 | 13.71 | - |
| YUV | 169.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 79 | 0 | 0.05 | 0.58 | 0.26 | 54.5 | 0.45 | 0.52 |
| Hex | BC | B2 | 4F | 0 | 5 | 3A | 1A | 36 | 2D | 34 |
| Octal | 274 | 262 | 117 | 0 | 5 | 72 | 32 | 66 | 55 | 64 |
| Binary | 10111100 | 10110010 | 1001111 | 0 | 101 | 111010 | 11010 | 110110 | 101101 | 110100 |
Color Harmonies of #BCB24F
Complementary color
Monochromatic Colors of #BCB24F
Black with #BCB24F
Text Example
Text Example
White with #BCB24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB24F; }
p { color: rgb(188,178,79); }
H1.HeaderClassName
{
color: #BCB24F;
}
.AnyTagClassName
{
color: #BCB24F;
}
</style>
background-color css
<style>
a { background-color: #BCB24F; }
a { background-color: rgb(188,178,79); }
div.DivClassName
{
background-color: #BCB24F;
}
.BgClassName
{
background-color: #BCB24F;
}
</style>
border-color css
<style>
span { border-color: #BCB24F; }
span { border-color: rgb(188,178,79); }
td.TdClassName
{
border-color: #BCB24F;
}
.TagClassName
{
border-color: #BCB24F;
}
</style>