Shades of Sundance #BCAB4B
Tints of Sundance #BCAB4B
RGB
CMYK
RGB Variations
Color information
#BCAB4B (or 0xBCAB4B) is known color: Sundance. HEX triplet: BC, AB and 4B. RGB value is (188,171,75). Sum of RGB (Red+Green+Blue) = 188+171+75=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB4B is #4354B4. Grayscale: #A5A5A5. Windows color (decimal): -4412597 or 4959164. OLE color: 4959164.
HSL color Cylindrical-coordinate representation of color #BCAB4B: hue angle of 50.97º 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 #BCAB4B is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 75 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.26 |
| HSL | 50.97º | 0.46% | 0.52% | - |
| HSV(B) | 50.97º | 0.6% | 0.74% | - |
| XYZ | 36.57 | 40.33 | 12.51 | - |
| YUV | 165.14 | 77.13 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 75 | 0 | 0.09 | 0.60 | 0.26 | 50.97 | 0.46 | 0.52 |
| Hex | BC | AB | 4B | 0 | 9 | 3C | 1A | 33 | 2E | 34 |
| Octal | 274 | 253 | 113 | 0 | 11 | 74 | 32 | 63 | 56 | 64 |
| Binary | 10111100 | 10101011 | 1001011 | 0 | 1001 | 111100 | 11010 | 110011 | 101110 | 110100 |
Color Harmonies of #BCAB4B
Complementary color
Monochromatic Colors of #BCAB4B
Black with #BCAB4B
Text Example
Text Example
White with #BCAB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB4B; }
p { color: rgb(188,171,75); }
H1.HeaderClassName
{
color: #BCAB4B;
}
.AnyTagClassName
{
color: #BCAB4B;
}
</style>
background-color css
<style>
a { background-color: #BCAB4B; }
a { background-color: rgb(188,171,75); }
div.DivClassName
{
background-color: #BCAB4B;
}
.BgClassName
{
background-color: #BCAB4B;
}
</style>
border-color css
<style>
span { border-color: #BCAB4B; }
span { border-color: rgb(188,171,75); }
td.TdClassName
{
border-color: #BCAB4B;
}
.TagClassName
{
border-color: #BCAB4B;
}
</style>