Shades of La Rioja #BCB80F
Tints of La Rioja #BCB80F
RGB
CMYK
RGB Variations
Color information
#BCB80F (or 0xBCB80F) is known color: La Rioja. HEX triplet: BC, B8 and 0F. RGB value is (188,184,15). Sum of RGB (Red+Green+Blue) = 188+184+15=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB80F is #4347F0. Grayscale: #A6A6A6. Windows color (decimal): -4409329 or 1030332. OLE color: 1030332.
HSL color Cylindrical-coordinate representation of color #BCB80F: hue angle of 58.61º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCB80F is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 15 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.26 |
| HSL | 58.61º | 0.85% | 0.4% | - |
| HSV(B) | 58.61º | 0.92% | 0.74% | - |
| XYZ | 37.97 | 45.01 | 7.14 | - |
| YUV | 165.93 | 42.83 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 15 | 0 | 0.02 | 0.92 | 0.26 | 58.61 | 0.85 | 0.4 |
| Hex | BC | B8 | F | 0 | 2 | 5C | 1A | 3B | 55 | 28 |
| Octal | 274 | 270 | 17 | 0 | 2 | 134 | 32 | 73 | 125 | 50 |
| Binary | 10111100 | 10111000 | 1111 | 0 | 10 | 1011100 | 11010 | 111011 | 1010101 | 101000 |
Color Harmonies of #BCB80F
Complementary color
Monochromatic Colors of #BCB80F
Black with #BCB80F
Text Example
Text Example
White with #BCB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB80F; }
p { color: rgb(188,184,15); }
H1.HeaderClassName
{
color: #BCB80F;
}
.AnyTagClassName
{
color: #BCB80F;
}
</style>
background-color css
<style>
a { background-color: #BCB80F; }
a { background-color: rgb(188,184,15); }
div.DivClassName
{
background-color: #BCB80F;
}
.BgClassName
{
background-color: #BCB80F;
}
</style>
border-color css
<style>
span { border-color: #BCB80F; }
span { border-color: rgb(188,184,15); }
td.TdClassName
{
border-color: #BCB80F;
}
.TagClassName
{
border-color: #BCB80F;
}
</style>