Shades of La Rioja #B7C405
Tints of La Rioja #B7C405
RGB
CMYK
RGB Variations
Color information
#B7C405 (or 0xB7C405) is known color: La Rioja. HEX triplet: B7, C4 and 05. RGB value is (183,196,5). Sum of RGB (Red+Green+Blue) = 183+196+5=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C405 is #483BFA. Grayscale: #ABABAB. Windows color (decimal): -4733947 or 378039. OLE color: 378039.
HSL color Cylindrical-coordinate representation of color #B7C405: hue angle of 64.08º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7C405 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 196 | 5 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.23 |
| HSL | 64.08º | 0.95% | 0.39% | - |
| HSV(B) | 64.08º | 0.97% | 0.77% | - |
| XYZ | 39.3 | 49.56 | 7.64 | - |
| YUV | 170.34 | 34.69 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 5 | 0.07 | 0 | 0.97 | 0.23 | 64.08 | 0.95 | 0.39 |
| Hex | B7 | C4 | 5 | 7 | 0 | 61 | 17 | 40 | 5F | 27 |
| Octal | 267 | 304 | 5 | 7 | 0 | 141 | 27 | 100 | 137 | 47 |
| Binary | 10110111 | 11000100 | 101 | 111 | 0 | 1100001 | 10111 | 1000000 | 1011111 | 100111 |
Color Harmonies of #B7C405
Complementary color
Monochromatic Colors of #B7C405
Black with #B7C405
Text Example
Text Example
White with #B7C405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C405; }
p { color: rgb(183,196,5); }
H1.HeaderClassName
{
color: #B7C405;
}
.AnyTagClassName
{
color: #B7C405;
}
</style>
background-color css
<style>
a { background-color: #B7C405; }
a { background-color: rgb(183,196,5); }
div.DivClassName
{
background-color: #B7C405;
}
.BgClassName
{
background-color: #B7C405;
}
</style>
border-color css
<style>
span { border-color: #B7C405; }
span { border-color: rgb(183,196,5); }
td.TdClassName
{
border-color: #B7C405;
}
.TagClassName
{
border-color: #B7C405;
}
</style>