Shades of La Rioja #B8BC09
Tints of La Rioja #B8BC09
RGB
CMYK
RGB Variations
Color information
#B8BC09 (or 0xB8BC09) is known color: La Rioja. HEX triplet: B8, BC and 09. RGB value is (184,188,9). Sum of RGB (Red+Green+Blue) = 184+188+9=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BC09 is #4743F6. Grayscale: #A7A7A7. Windows color (decimal): -4670455 or 638136. OLE color: 638136.
HSL color Cylindrical-coordinate representation of color #B8BC09: hue angle of 61.34º 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 #B8BC09 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 9 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.26 |
| HSL | 61.34º | 0.91% | 0.39% | - |
| HSV(B) | 61.34º | 0.95% | 0.74% | - |
| XYZ | 37.8 | 46.18 | 7.18 | - |
| YUV | 166.4 | 39.17 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 9 | 0.02 | 0 | 0.95 | 0.26 | 61.34 | 0.91 | 0.39 |
| Hex | B8 | BC | 9 | 2 | 0 | 5F | 1A | 3D | 5B | 27 |
| Octal | 270 | 274 | 11 | 2 | 0 | 137 | 32 | 75 | 133 | 47 |
| Binary | 10111000 | 10111100 | 1001 | 10 | 0 | 1011111 | 11010 | 111101 | 1011011 | 100111 |
Color Harmonies of #B8BC09
Complementary color
Monochromatic Colors of #B8BC09
Black with #B8BC09
Text Example
Text Example
White with #B8BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC09; }
p { color: rgb(184,188,9); }
H1.HeaderClassName
{
color: #B8BC09;
}
.AnyTagClassName
{
color: #B8BC09;
}
</style>
background-color css
<style>
a { background-color: #B8BC09; }
a { background-color: rgb(184,188,9); }
div.DivClassName
{
background-color: #B8BC09;
}
.BgClassName
{
background-color: #B8BC09;
}
</style>
border-color css
<style>
span { border-color: #B8BC09; }
span { border-color: rgb(184,188,9); }
td.TdClassName
{
border-color: #B8BC09;
}
.TagClassName
{
border-color: #B8BC09;
}
</style>