Shades of La Rioja #BCB403
Tints of La Rioja #BCB403
RGB
CMYK
RGB Variations
Color information
#BCB403 (or 0xBCB403) is known color: La Rioja. HEX triplet: BC, B4 and 03. RGB value is (188,180,3). Sum of RGB (Red+Green+Blue) = 188+180+3=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB403 is #434BFC. Grayscale: #A2A2A2. Windows color (decimal): -4410365 or 242876. OLE color: 242876.
HSL color Cylindrical-coordinate representation of color #BCB403: hue angle of 57.41º 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 #BCB403 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 3 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.26 |
| HSL | 57.41º | 0.97% | 0.37% | - |
| HSV(B) | 57.41º | 0.98% | 0.74% | - |
| XYZ | 37.08 | 43.34 | 6.5 | - |
| YUV | 162.21 | 38.15 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 3 | 0 | 0.04 | 0.98 | 0.26 | 57.41 | 0.97 | 0.37 |
| Hex | BC | B4 | 3 | 0 | 4 | 62 | 1A | 39 | 61 | 25 |
| Octal | 274 | 264 | 3 | 0 | 4 | 142 | 32 | 71 | 141 | 45 |
| Binary | 10111100 | 10110100 | 11 | 0 | 100 | 1100010 | 11010 | 111001 | 1100001 | 100101 |
Color Harmonies of #BCB403
Complementary color
Monochromatic Colors of #BCB403
Black with #BCB403
Text Example
Text Example
White with #BCB403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB403; }
p { color: rgb(188,180,3); }
H1.HeaderClassName
{
color: #BCB403;
}
.AnyTagClassName
{
color: #BCB403;
}
</style>
background-color css
<style>
a { background-color: #BCB403; }
a { background-color: rgb(188,180,3); }
div.DivClassName
{
background-color: #BCB403;
}
.BgClassName
{
background-color: #BCB403;
}
</style>
border-color css
<style>
span { border-color: #BCB403; }
span { border-color: rgb(188,180,3); }
td.TdClassName
{
border-color: #BCB403;
}
.TagClassName
{
border-color: #BCB403;
}
</style>