Shades of La Rioja #B7B818
Tints of La Rioja #B7B818
RGB
CMYK
RGB Variations
Color information
#B7B818 (or 0xB7B818) is known color: La Rioja. HEX triplet: B7, B8 and 18. RGB value is (183,184,24). Sum of RGB (Red+Green+Blue) = 183+184+24=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 184 - color contains mainly: green. Hex color #B7B818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B818 is #4847E7. Grayscale: #A6A6A6. Windows color (decimal): -4737000 or 1620151. OLE color: 1620151.
HSL color Cylindrical-coordinate representation of color #B7B818: hue angle of 60.38º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7B818 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 184 | 24 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.28 |
| HSL | 60.38º | 0.77% | 0.41% | - |
| HSV(B) | 60.38º | 0.87% | 0.72% | - |
| XYZ | 36.83 | 44.41 | 7.5 | - |
| YUV | 165.46 | 48.17 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 184 | 24 | 0.01 | 0 | 0.87 | 0.28 | 60.38 | 0.77 | 0.41 |
| Hex | B7 | B8 | 18 | 1 | 0 | 57 | 1C | 3C | 4D | 29 |
| Octal | 267 | 270 | 30 | 1 | 0 | 127 | 34 | 74 | 115 | 51 |
| Binary | 10110111 | 10111000 | 11000 | 1 | 0 | 1010111 | 11100 | 111100 | 1001101 | 101001 |
Color Harmonies of #B7B818
Complementary color
Monochromatic Colors of #B7B818
Black with #B7B818
Text Example
Text Example
White with #B7B818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B818; }
p { color: rgb(183,184,24); }
H1.HeaderClassName
{
color: #B7B818;
}
.AnyTagClassName
{
color: #B7B818;
}
</style>
background-color css
<style>
a { background-color: #B7B818; }
a { background-color: rgb(183,184,24); }
div.DivClassName
{
background-color: #B7B818;
}
.BgClassName
{
background-color: #B7B818;
}
</style>
border-color css
<style>
span { border-color: #B7B818; }
span { border-color: rgb(183,184,24); }
td.TdClassName
{
border-color: #B7B818;
}
.TagClassName
{
border-color: #B7B818;
}
</style>