Shades of La Rioja #B9B602
Tints of La Rioja #B9B602
RGB
CMYK
RGB Variations
Color information
#B9B602 (or 0xB9B602) is known color: La Rioja. HEX triplet: B9, B6 and 02. RGB value is (185,182,2). Sum of RGB (Red+Green+Blue) = 185+182+2=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B602 is #4649FD. Grayscale: #A3A3A3. Windows color (decimal): -4606462 or 177849. OLE color: 177849.
HSL color Cylindrical-coordinate representation of color #B9B602: hue angle of 59.02º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9B602 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 182 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.27 |
| HSL | 59.02º | 0.98% | 0.37% | - |
| HSV(B) | 59.02º | 0.99% | 0.73% | - |
| XYZ | 36.75 | 43.77 | 6.57 | - |
| YUV | 162.38 | 37.49 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 182 | 2 | 0 | 0.02 | 0.99 | 0.27 | 59.02 | 0.98 | 0.37 |
| Hex | B9 | B6 | 2 | 0 | 2 | 63 | 1B | 3B | 62 | 25 |
| Octal | 271 | 266 | 2 | 0 | 2 | 143 | 33 | 73 | 142 | 45 |
| Binary | 10111001 | 10110110 | 10 | 0 | 10 | 1100011 | 11011 | 111011 | 1100010 | 100101 |
Color Harmonies of #B9B602
Complementary color
Monochromatic Colors of #B9B602
Black with #B9B602
Text Example
Text Example
White with #B9B602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B602; }
p { color: rgb(185,182,2); }
H1.HeaderClassName
{
color: #B9B602;
}
.AnyTagClassName
{
color: #B9B602;
}
</style>
background-color css
<style>
a { background-color: #B9B602; }
a { background-color: rgb(185,182,2); }
div.DivClassName
{
background-color: #B9B602;
}
.BgClassName
{
background-color: #B9B602;
}
</style>
border-color css
<style>
span { border-color: #B9B602; }
span { border-color: rgb(185,182,2); }
td.TdClassName
{
border-color: #B9B602;
}
.TagClassName
{
border-color: #B9B602;
}
</style>