Shades of La Rioja #BCB502
Tints of La Rioja #BCB502
RGB
CMYK
RGB Variations
Color information
#BCB502 (or 0xBCB502) is known color: La Rioja. HEX triplet: BC, B5 and 02. RGB value is (188,181,2). Sum of RGB (Red+Green+Blue) = 188+181+2=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB502 is #434AFD. Grayscale: #A3A3A3. Windows color (decimal): -4410110 or 177596. OLE color: 177596.
HSL color Cylindrical-coordinate representation of color #BCB502: hue angle of 57.74º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCB502 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.26 |
| HSL | 57.74º | 0.98% | 0.37% | - |
| HSV(B) | 57.74º | 0.99% | 0.74% | - |
| XYZ | 37.27 | 43.74 | 6.54 | - |
| YUV | 162.69 | 37.32 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 2 | 0 | 0.04 | 0.99 | 0.26 | 57.74 | 0.98 | 0.37 |
| Hex | BC | B5 | 2 | 0 | 4 | 63 | 1A | 3A | 62 | 25 |
| Octal | 274 | 265 | 2 | 0 | 4 | 143 | 32 | 72 | 142 | 45 |
| Binary | 10111100 | 10110101 | 10 | 0 | 100 | 1100011 | 11010 | 111010 | 1100010 | 100101 |
Color Harmonies of #BCB502
Complementary color
Monochromatic Colors of #BCB502
Black with #BCB502
Text Example
Text Example
White with #BCB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB502; }
p { color: rgb(188,181,2); }
H1.HeaderClassName
{
color: #BCB502;
}
.AnyTagClassName
{
color: #BCB502;
}
</style>
background-color css
<style>
a { background-color: #BCB502; }
a { background-color: rgb(188,181,2); }
div.DivClassName
{
background-color: #BCB502;
}
.BgClassName
{
background-color: #BCB502;
}
</style>
border-color css
<style>
span { border-color: #BCB502; }
span { border-color: rgb(188,181,2); }
td.TdClassName
{
border-color: #BCB502;
}
.TagClassName
{
border-color: #BCB502;
}
</style>