Shades of La Rioja #B5B807
Tints of La Rioja #B5B807
RGB
CMYK
RGB Variations
Color information
#B5B807 (or 0xB5B807) is known color: La Rioja. HEX triplet: B5, B8 and 07. RGB value is (181,184,7). Sum of RGB (Red+Green+Blue) = 181+184+7=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 7 (3.12% from 255 or 1.88% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B807 is #4A47F8. Grayscale: #A3A3A3. Windows color (decimal): -4868089 or 506037. OLE color: 506037.
HSL color Cylindrical-coordinate representation of color #B5B807: hue angle of 61.02º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5B807 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 7 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.28 |
| HSL | 61.02º | 0.93% | 0.37% | - |
| HSV(B) | 61.02º | 0.96% | 0.72% | - |
| XYZ | 36.23 | 44.12 | 6.81 | - |
| YUV | 162.93 | 40.01 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 7 | 0.02 | 0 | 0.96 | 0.28 | 61.02 | 0.93 | 0.37 |
| Hex | B5 | B8 | 7 | 2 | 0 | 60 | 1C | 3D | 5D | 25 |
| Octal | 265 | 270 | 7 | 2 | 0 | 140 | 34 | 75 | 135 | 45 |
| Binary | 10110101 | 10111000 | 111 | 10 | 0 | 1100000 | 11100 | 111101 | 1011101 | 100101 |
Color Harmonies of #B5B807
Complementary color
Monochromatic Colors of #B5B807
Black with #B5B807
Text Example
Text Example
White with #B5B807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B807; }
p { color: rgb(181,184,7); }
H1.HeaderClassName
{
color: #B5B807;
}
.AnyTagClassName
{
color: #B5B807;
}
</style>
background-color css
<style>
a { background-color: #B5B807; }
a { background-color: rgb(181,184,7); }
div.DivClassName
{
background-color: #B5B807;
}
.BgClassName
{
background-color: #B5B807;
}
</style>
border-color css
<style>
span { border-color: #B5B807; }
span { border-color: rgb(181,184,7); }
td.TdClassName
{
border-color: #B5B807;
}
.TagClassName
{
border-color: #B5B807;
}
</style>