Shades of La Rioja #BCAC0B
Tints of La Rioja #BCAC0B
RGB
CMYK
RGB Variations
Color information
#BCAC0B (or 0xBCAC0B) is known color: La Rioja. HEX triplet: BC, AC and 0B. RGB value is (188,172,11). Sum of RGB (Red+Green+Blue) = 188+172+11=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC0B is #4353F4. Grayscale: #9F9F9F. Windows color (decimal): -4412405 or 765116. OLE color: 765116.
HSL color Cylindrical-coordinate representation of color #BCAC0B: hue angle of 54.58º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCAC0B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 11 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.26 |
| HSL | 54.58º | 0.89% | 0.39% | - |
| HSV(B) | 54.58º | 0.94% | 0.74% | - |
| XYZ | 35.55 | 40.22 | 6.21 | - |
| YUV | 158.43 | 44.8 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 11 | 0 | 0.09 | 0.94 | 0.26 | 54.58 | 0.89 | 0.39 |
| Hex | BC | AC | B | 0 | 9 | 5E | 1A | 37 | 59 | 27 |
| Octal | 274 | 254 | 13 | 0 | 11 | 136 | 32 | 67 | 131 | 47 |
| Binary | 10111100 | 10101100 | 1011 | 0 | 1001 | 1011110 | 11010 | 110111 | 1011001 | 100111 |
Color Harmonies of #BCAC0B
Complementary color
Monochromatic Colors of #BCAC0B
Black with #BCAC0B
Text Example
Text Example
White with #BCAC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC0B; }
p { color: rgb(188,172,11); }
H1.HeaderClassName
{
color: #BCAC0B;
}
.AnyTagClassName
{
color: #BCAC0B;
}
</style>
background-color css
<style>
a { background-color: #BCAC0B; }
a { background-color: rgb(188,172,11); }
div.DivClassName
{
background-color: #BCAC0B;
}
.BgClassName
{
background-color: #BCAC0B;
}
</style>
border-color css
<style>
span { border-color: #BCAC0B; }
span { border-color: rgb(188,172,11); }
td.TdClassName
{
border-color: #BCAC0B;
}
.TagClassName
{
border-color: #BCAC0B;
}
</style>