Shades of La Rioja #B7C408
Tints of La Rioja #B7C408
RGB
CMYK
RGB Variations
Color information
#B7C408 (or 0xB7C408) is known color: La Rioja. HEX triplet: B7, C4 and 08. RGB value is (183,196,8). Sum of RGB (Red+Green+Blue) = 183+196+8=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C408 is #483BF7. Grayscale: #ABABAB. Windows color (decimal): -4733944 or 574647. OLE color: 574647.
HSL color Cylindrical-coordinate representation of color #B7C408: hue angle of 64.15º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B7C408 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 196 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.23 |
| HSL | 64.15º | 0.92% | 0.4% | - |
| HSV(B) | 64.15º | 0.96% | 0.77% | - |
| XYZ | 39.31 | 49.56 | 7.72 | - |
| YUV | 170.68 | 36.19 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 8 | 0.07 | 0 | 0.96 | 0.23 | 64.15 | 0.92 | 0.4 |
| Hex | B7 | C4 | 8 | 7 | 0 | 60 | 17 | 40 | 5C | 28 |
| Octal | 267 | 304 | 10 | 7 | 0 | 140 | 27 | 100 | 134 | 50 |
| Binary | 10110111 | 11000100 | 1000 | 111 | 0 | 1100000 | 10111 | 1000000 | 1011100 | 101000 |
Color Harmonies of #B7C408
Complementary color
Monochromatic Colors of #B7C408
Black with #B7C408
Text Example
Text Example
White with #B7C408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C408; }
p { color: rgb(183,196,8); }
H1.HeaderClassName
{
color: #B7C408;
}
.AnyTagClassName
{
color: #B7C408;
}
</style>
background-color css
<style>
a { background-color: #B7C408; }
a { background-color: rgb(183,196,8); }
div.DivClassName
{
background-color: #B7C408;
}
.BgClassName
{
background-color: #B7C408;
}
</style>
border-color css
<style>
span { border-color: #B7C408; }
span { border-color: rgb(183,196,8); }
td.TdClassName
{
border-color: #B7C408;
}
.TagClassName
{
border-color: #B7C408;
}
</style>