Shades of La Rioja #B9B101
Tints of La Rioja #B9B101
RGB
CMYK
RGB Variations
Color information
#B9B101 (or 0xB9B101) is known color: La Rioja. HEX triplet: B9, B1 and 01. RGB value is (185,177,1). Sum of RGB (Red+Green+Blue) = 185+177+1=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9B101 is #464EFE. Grayscale: #A0A0A0. Windows color (decimal): -4607743 or 111033. OLE color: 111033.
HSL color Cylindrical-coordinate representation of color #B9B101: hue angle of 57.39º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9B101 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 177 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.27 |
| HSL | 57.39º | 0.99% | 0.36% | - |
| HSV(B) | 57.39º | 0.99% | 0.73% | - |
| XYZ | 35.74 | 41.76 | 6.21 | - |
| YUV | 159.33 | 38.65 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 177 | 1 | 0 | 0.04 | 0.99 | 0.27 | 57.39 | 0.99 | 0.36 |
| Hex | B9 | B1 | 1 | 0 | 4 | 63 | 1B | 39 | 63 | 24 |
| Octal | 271 | 261 | 1 | 0 | 4 | 143 | 33 | 71 | 143 | 44 |
| Binary | 10111001 | 10110001 | 1 | 0 | 100 | 1100011 | 11011 | 111001 | 1100011 | 100100 |
Color Harmonies of #B9B101
Complementary color
Monochromatic Colors of #B9B101
Black with #B9B101
Text Example
Text Example
White with #B9B101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B101; }
p { color: rgb(185,177,1); }
H1.HeaderClassName
{
color: #B9B101;
}
.AnyTagClassName
{
color: #B9B101;
}
</style>
background-color css
<style>
a { background-color: #B9B101; }
a { background-color: rgb(185,177,1); }
div.DivClassName
{
background-color: #B9B101;
}
.BgClassName
{
background-color: #B9B101;
}
</style>
border-color css
<style>
span { border-color: #B9B101; }
span { border-color: rgb(185,177,1); }
td.TdClassName
{
border-color: #B9B101;
}
.TagClassName
{
border-color: #B9B101;
}
</style>