Shades of La Rioja #B5BB0A
Tints of La Rioja #B5BB0A
RGB
CMYK
RGB Variations
Color information
#B5BB0A (or 0xB5BB0A) is known color: La Rioja. HEX triplet: B5, BB and 0A. RGB value is (181,187,10). Sum of RGB (Red+Green+Blue) = 181+187+10=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BB0A is #4A44F5. Grayscale: #A5A5A5. Windows color (decimal): -4867318 or 703413. OLE color: 703413.
HSL color Cylindrical-coordinate representation of color #B5BB0A: hue angle of 62.03º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5BB0A is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 187 | 10 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.27 |
| HSL | 62.03º | 0.9% | 0.39% | - |
| HSV(B) | 62.03º | 0.95% | 0.73% | - |
| XYZ | 36.88 | 45.39 | 7.1 | - |
| YUV | 165.03 | 40.51 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 10 | 0.03 | 0 | 0.95 | 0.27 | 62.03 | 0.9 | 0.39 |
| Hex | B5 | BB | A | 3 | 0 | 5F | 1B | 3E | 5A | 27 |
| Octal | 265 | 273 | 12 | 3 | 0 | 137 | 33 | 76 | 132 | 47 |
| Binary | 10110101 | 10111011 | 1010 | 11 | 0 | 1011111 | 11011 | 111110 | 1011010 | 100111 |
Color Harmonies of #B5BB0A
Complementary color
Monochromatic Colors of #B5BB0A
Black with #B5BB0A
Text Example
Text Example
White with #B5BB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BB0A; }
p { color: rgb(181,187,10); }
H1.HeaderClassName
{
color: #B5BB0A;
}
.AnyTagClassName
{
color: #B5BB0A;
}
</style>
background-color css
<style>
a { background-color: #B5BB0A; }
a { background-color: rgb(181,187,10); }
div.DivClassName
{
background-color: #B5BB0A;
}
.BgClassName
{
background-color: #B5BB0A;
}
</style>
border-color css
<style>
span { border-color: #B5BB0A; }
span { border-color: rgb(181,187,10); }
td.TdClassName
{
border-color: #B5BB0A;
}
.TagClassName
{
border-color: #B5BB0A;
}
</style>