Shades of La Rioja #B7B505
Tints of La Rioja #B7B505
RGB
CMYK
RGB Variations
Color information
#B7B505 (or 0xB7B505) is known color: La Rioja. HEX triplet: B7, B5 and 05. RGB value is (183,181,5). Sum of RGB (Red+Green+Blue) = 183+181+5=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B505 is #484AFA. Grayscale: #A2A2A2. Windows color (decimal): -4737787 or 374199. OLE color: 374199.
HSL color Cylindrical-coordinate representation of color #B7B505: hue angle of 59.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7B505 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 5 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.28 |
| HSL | 59.33º | 0.95% | 0.37% | - |
| HSV(B) | 59.33º | 0.97% | 0.72% | - |
| XYZ | 36.08 | 43.13 | 6.57 | - |
| YUV | 161.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 5 | 0 | 0.01 | 0.97 | 0.28 | 59.33 | 0.95 | 0.37 |
| Hex | B7 | B5 | 5 | 0 | 1 | 61 | 1C | 3B | 5F | 25 |
| Octal | 267 | 265 | 5 | 0 | 1 | 141 | 34 | 73 | 137 | 45 |
| Binary | 10110111 | 10110101 | 101 | 0 | 1 | 1100001 | 11100 | 111011 | 1011111 | 100101 |
Color Harmonies of #B7B505
Complementary color
Monochromatic Colors of #B7B505
Black with #B7B505
Text Example
Text Example
White with #B7B505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B505; }
p { color: rgb(183,181,5); }
H1.HeaderClassName
{
color: #B7B505;
}
.AnyTagClassName
{
color: #B7B505;
}
</style>
background-color css
<style>
a { background-color: #B7B505; }
a { background-color: rgb(183,181,5); }
div.DivClassName
{
background-color: #B7B505;
}
.BgClassName
{
background-color: #B7B505;
}
</style>
border-color css
<style>
span { border-color: #B7B505; }
span { border-color: rgb(183,181,5); }
td.TdClassName
{
border-color: #B7B505;
}
.TagClassName
{
border-color: #B7B505;
}
</style>