Shades of La Rioja #B7B105
Tints of La Rioja #B7B105
RGB
CMYK
RGB Variations
Color information
#B7B105 (or 0xB7B105) is known color: La Rioja. HEX triplet: B7, B1 and 05. RGB value is (183,177,5). Sum of RGB (Red+Green+Blue) = 183+177+5=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B105 is #484EFA. Grayscale: #9F9F9F. Windows color (decimal): -4738811 or 373175. OLE color: 373175.
HSL color Cylindrical-coordinate representation of color #B7B105: hue angle of 57.98º 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 #B7B105 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 177 | 5 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.28 |
| HSL | 57.98º | 0.95% | 0.37% | - |
| HSV(B) | 57.98º | 0.97% | 0.72% | - |
| XYZ | 35.28 | 41.52 | 6.3 | - |
| YUV | 159.19 | 40.99 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 177 | 5 | 0 | 0.03 | 0.97 | 0.28 | 57.98 | 0.95 | 0.37 |
| Hex | B7 | B1 | 5 | 0 | 3 | 61 | 1C | 3A | 5F | 25 |
| Octal | 267 | 261 | 5 | 0 | 3 | 141 | 34 | 72 | 137 | 45 |
| Binary | 10110111 | 10110001 | 101 | 0 | 11 | 1100001 | 11100 | 111010 | 1011111 | 100101 |
Color Harmonies of #B7B105
Complementary color
Monochromatic Colors of #B7B105
Black with #B7B105
Text Example
Text Example
White with #B7B105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B105; }
p { color: rgb(183,177,5); }
H1.HeaderClassName
{
color: #B7B105;
}
.AnyTagClassName
{
color: #B7B105;
}
</style>
background-color css
<style>
a { background-color: #B7B105; }
a { background-color: rgb(183,177,5); }
div.DivClassName
{
background-color: #B7B105;
}
.BgClassName
{
background-color: #B7B105;
}
</style>
border-color css
<style>
span { border-color: #B7B105; }
span { border-color: rgb(183,177,5); }
td.TdClassName
{
border-color: #B7B105;
}
.TagClassName
{
border-color: #B7B105;
}
</style>