Shades of La Rioja #BCAF03
Tints of La Rioja #BCAF03
RGB
CMYK
RGB Variations
Color information
#BCAF03 (or 0xBCAF03) is known color: La Rioja. HEX triplet: BC, AF and 03. RGB value is (188,175,3). Sum of RGB (Red+Green+Blue) = 188+175+3=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAF03 is #4350FC. Grayscale: #9F9F9F. Windows color (decimal): -4411645 or 241596. OLE color: 241596.
HSL color Cylindrical-coordinate representation of color #BCAF03: hue angle of 55.78º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCAF03 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 3 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.26 |
| HSL | 55.78º | 0.97% | 0.37% | - |
| HSV(B) | 55.78º | 0.98% | 0.74% | - |
| XYZ | 36.09 | 41.36 | 6.17 | - |
| YUV | 159.28 | 39.81 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 3 | 0 | 0.07 | 0.98 | 0.26 | 55.78 | 0.97 | 0.37 |
| Hex | BC | AF | 3 | 0 | 7 | 62 | 1A | 38 | 61 | 25 |
| Octal | 274 | 257 | 3 | 0 | 7 | 142 | 32 | 70 | 141 | 45 |
| Binary | 10111100 | 10101111 | 11 | 0 | 111 | 1100010 | 11010 | 111000 | 1100001 | 100101 |
Color Harmonies of #BCAF03
Complementary color
Monochromatic Colors of #BCAF03
Black with #BCAF03
Text Example
Text Example
White with #BCAF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF03; }
p { color: rgb(188,175,3); }
H1.HeaderClassName
{
color: #BCAF03;
}
.AnyTagClassName
{
color: #BCAF03;
}
</style>
background-color css
<style>
a { background-color: #BCAF03; }
a { background-color: rgb(188,175,3); }
div.DivClassName
{
background-color: #BCAF03;
}
.BgClassName
{
background-color: #BCAF03;
}
</style>
border-color css
<style>
span { border-color: #BCAF03; }
span { border-color: rgb(188,175,3); }
td.TdClassName
{
border-color: #BCAF03;
}
.TagClassName
{
border-color: #BCAF03;
}
</style>