Shades of La Rioja #B9B80C
Tints of La Rioja #B9B80C
RGB
CMYK
RGB Variations
Color information
#B9B80C (or 0xB9B80C) is known color: La Rioja. HEX triplet: B9, B8 and 0C. RGB value is (185,184,12). Sum of RGB (Red+Green+Blue) = 185+184+12=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B80C is #4647F3. Grayscale: #A5A5A5. Windows color (decimal): -4605940 or 833721. OLE color: 833721.
HSL color Cylindrical-coordinate representation of color #B9B80C: hue angle of 59.65º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9B80C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 184 | 12 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.27 |
| HSL | 59.65º | 0.88% | 0.39% | - |
| HSV(B) | 59.65º | 0.94% | 0.73% | - |
| XYZ | 37.21 | 44.62 | 7 | - |
| YUV | 164.69 | 41.83 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 184 | 12 | 0 | 0.01 | 0.94 | 0.27 | 59.65 | 0.88 | 0.39 |
| Hex | B9 | B8 | C | 0 | 1 | 5E | 1B | 3C | 58 | 27 |
| Octal | 271 | 270 | 14 | 0 | 1 | 136 | 33 | 74 | 130 | 47 |
| Binary | 10111001 | 10111000 | 1100 | 0 | 1 | 1011110 | 11011 | 111100 | 1011000 | 100111 |
Color Harmonies of #B9B80C
Complementary color
Monochromatic Colors of #B9B80C
Black with #B9B80C
Text Example
Text Example
White with #B9B80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B80C; }
p { color: rgb(185,184,12); }
H1.HeaderClassName
{
color: #B9B80C;
}
.AnyTagClassName
{
color: #B9B80C;
}
</style>
background-color css
<style>
a { background-color: #B9B80C; }
a { background-color: rgb(185,184,12); }
div.DivClassName
{
background-color: #B9B80C;
}
.BgClassName
{
background-color: #B9B80C;
}
</style>
border-color css
<style>
span { border-color: #B9B80C; }
span { border-color: rgb(185,184,12); }
td.TdClassName
{
border-color: #B9B80C;
}
.TagClassName
{
border-color: #B9B80C;
}
</style>