Shades of La Rioja #B7BC0C
Tints of La Rioja #B7BC0C
RGB
CMYK
RGB Variations
Color information
#B7BC0C (or 0xB7BC0C) is known color: La Rioja. HEX triplet: B7, BC and 0C. RGB value is (183,188,12). Sum of RGB (Red+Green+Blue) = 183+188+12=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BC0C is #4843F3. Grayscale: #A7A7A7. Windows color (decimal): -4735988 or 834743. OLE color: 834743.
HSL color Cylindrical-coordinate representation of color #B7BC0C: hue angle of 61.7º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7BC0C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 12 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.26 |
| HSL | 61.7º | 0.88% | 0.39% | - |
| HSV(B) | 61.7º | 0.94% | 0.74% | - |
| XYZ | 37.58 | 46.06 | 7.26 | - |
| YUV | 166.44 | 40.84 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 12 | 0.03 | 0 | 0.94 | 0.26 | 61.7 | 0.88 | 0.39 |
| Hex | B7 | BC | C | 3 | 0 | 5E | 1A | 3E | 58 | 27 |
| Octal | 267 | 274 | 14 | 3 | 0 | 136 | 32 | 76 | 130 | 47 |
| Binary | 10110111 | 10111100 | 1100 | 11 | 0 | 1011110 | 11010 | 111110 | 1011000 | 100111 |
Color Harmonies of #B7BC0C
Complementary color
Monochromatic Colors of #B7BC0C
Black with #B7BC0C
Text Example
Text Example
White with #B7BC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC0C; }
p { color: rgb(183,188,12); }
H1.HeaderClassName
{
color: #B7BC0C;
}
.AnyTagClassName
{
color: #B7BC0C;
}
</style>
background-color css
<style>
a { background-color: #B7BC0C; }
a { background-color: rgb(183,188,12); }
div.DivClassName
{
background-color: #B7BC0C;
}
.BgClassName
{
background-color: #B7BC0C;
}
</style>
border-color css
<style>
span { border-color: #B7BC0C; }
span { border-color: rgb(183,188,12); }
td.TdClassName
{
border-color: #B7BC0C;
}
.TagClassName
{
border-color: #B7BC0C;
}
</style>