Shades of La Rioja #BCAF04
Tints of La Rioja #BCAF04
RGB
CMYK
RGB Variations
Color information
#BCAF04 (or 0xBCAF04) is known color: La Rioja. HEX triplet: BC, AF and 04. RGB value is (188,175,4). Sum of RGB (Red+Green+Blue) = 188+175+4=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAF04 is #4350FB. Grayscale: #A0A0A0. Windows color (decimal): -4411644 or 307132. OLE color: 307132.
HSL color Cylindrical-coordinate representation of color #BCAF04: hue angle of 55.76º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCAF04 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 4 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.26 |
| HSL | 55.76º | 0.96% | 0.38% | - |
| HSV(B) | 55.76º | 0.98% | 0.74% | - |
| XYZ | 36.09 | 41.36 | 6.2 | - |
| YUV | 159.39 | 40.31 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 4 | 0 | 0.07 | 0.98 | 0.26 | 55.76 | 0.96 | 0.38 |
| Hex | BC | AF | 4 | 0 | 7 | 62 | 1A | 38 | 60 | 26 |
| Octal | 274 | 257 | 4 | 0 | 7 | 142 | 32 | 70 | 140 | 46 |
| Binary | 10111100 | 10101111 | 100 | 0 | 111 | 1100010 | 11010 | 111000 | 1100000 | 100110 |
Color Harmonies of #BCAF04
Complementary color
Monochromatic Colors of #BCAF04
Black with #BCAF04
Text Example
Text Example
White with #BCAF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF04; }
p { color: rgb(188,175,4); }
H1.HeaderClassName
{
color: #BCAF04;
}
.AnyTagClassName
{
color: #BCAF04;
}
</style>
background-color css
<style>
a { background-color: #BCAF04; }
a { background-color: rgb(188,175,4); }
div.DivClassName
{
background-color: #BCAF04;
}
.BgClassName
{
background-color: #BCAF04;
}
</style>
border-color css
<style>
span { border-color: #BCAF04; }
span { border-color: rgb(188,175,4); }
td.TdClassName
{
border-color: #BCAF04;
}
.TagClassName
{
border-color: #BCAF04;
}
</style>