Shades of La Rioja #B1BC09
Tints of La Rioja #B1BC09
RGB
CMYK
RGB Variations
Color information
#B1BC09 (or 0xB1BC09) is known color: La Rioja. HEX triplet: B1, BC and 09. RGB value is (177,188,9). Sum of RGB (Red+Green+Blue) = 177+188+9=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BC09 is #4E43F6. Grayscale: #A5A5A5. Windows color (decimal): -5129207 or 638129. OLE color: 638129.
HSL color Cylindrical-coordinate representation of color #B1BC09: hue angle of 63.69º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1BC09 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 9 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.26 |
| HSL | 63.69º | 0.91% | 0.39% | - |
| HSV(B) | 63.69º | 0.95% | 0.74% | - |
| XYZ | 36.16 | 45.33 | 7.1 | - |
| YUV | 164.31 | 40.36 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 9 | 0.06 | 0 | 0.95 | 0.26 | 63.69 | 0.91 | 0.39 |
| Hex | B1 | BC | 9 | 6 | 0 | 5F | 1A | 40 | 5B | 27 |
| Octal | 261 | 274 | 11 | 6 | 0 | 137 | 32 | 100 | 133 | 47 |
| Binary | 10110001 | 10111100 | 1001 | 110 | 0 | 1011111 | 11010 | 1000000 | 1011011 | 100111 |
Color Harmonies of #B1BC09
Complementary color
Monochromatic Colors of #B1BC09
Black with #B1BC09
Text Example
Text Example
White with #B1BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC09; }
p { color: rgb(177,188,9); }
H1.HeaderClassName
{
color: #B1BC09;
}
.AnyTagClassName
{
color: #B1BC09;
}
</style>
background-color css
<style>
a { background-color: #B1BC09; }
a { background-color: rgb(177,188,9); }
div.DivClassName
{
background-color: #B1BC09;
}
.BgClassName
{
background-color: #B1BC09;
}
</style>
border-color css
<style>
span { border-color: #B1BC09; }
span { border-color: rgb(177,188,9); }
td.TdClassName
{
border-color: #B1BC09;
}
.TagClassName
{
border-color: #B1BC09;
}
</style>