Shades of La Rioja #B9B908
Tints of La Rioja #B9B908
RGB
CMYK
RGB Variations
Color information
#B9B908 (or 0xB9B908) is known color: La Rioja. HEX triplet: B9, B9 and 08. RGB value is (185,185,8). Sum of RGB (Red+Green+Blue) = 185+185+8=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B908 is #4646F7. Grayscale: #A5A5A5. Windows color (decimal): -4605688 or 571833. OLE color: 571833.
HSL color Cylindrical-coordinate representation of color #B9B908: hue angle of 60º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9B908 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 185 | 8 | - |
| CMYK | 0 | 0 | 0.96 | 0.27 |
| HSL | 60º | 0.92% | 0.38% | - |
| HSV(B) | 60º | 0.96% | 0.73% | - |
| XYZ | 37.4 | 45.03 | 6.95 | - |
| YUV | 164.82 | 39.5 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 185 | 8 | 0 | 0 | 0.96 | 0.27 | 60 | 0.92 | 0.38 |
| Hex | B9 | B9 | 8 | 0 | 0 | 60 | 1B | 3C | 5C | 26 |
| Octal | 271 | 271 | 10 | 0 | 0 | 140 | 33 | 74 | 134 | 46 |
| Binary | 10111001 | 10111001 | 1000 | 0 | 0 | 1100000 | 11011 | 111100 | 1011100 | 100110 |
Color Harmonies of #B9B908
Complementary color
Monochromatic Colors of #B9B908
Black with #B9B908
Text Example
Text Example
White with #B9B908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B908; }
p { color: rgb(185,185,8); }
H1.HeaderClassName
{
color: #B9B908;
}
.AnyTagClassName
{
color: #B9B908;
}
</style>
background-color css
<style>
a { background-color: #B9B908; }
a { background-color: rgb(185,185,8); }
div.DivClassName
{
background-color: #B9B908;
}
.BgClassName
{
background-color: #B9B908;
}
</style>
border-color css
<style>
span { border-color: #B9B908; }
span { border-color: rgb(185,185,8); }
td.TdClassName
{
border-color: #B9B908;
}
.TagClassName
{
border-color: #B9B908;
}
</style>