Shades of La Rioja #BBB103
Tints of La Rioja #BBB103
RGB
CMYK
RGB Variations
Color information
#BBB103 (or 0xBBB103) is known color: La Rioja. HEX triplet: BB, B1 and 03. RGB value is (187,177,3). Sum of RGB (Red+Green+Blue) = 187+177+3=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB103 is #444EFC. Grayscale: #A0A0A0. Windows color (decimal): -4476669 or 242107. OLE color: 242107.
HSL color Cylindrical-coordinate representation of color #BBB103: hue angle of 56.74º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBB103 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 3 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.27 |
| HSL | 56.74º | 0.97% | 0.37% | - |
| HSV(B) | 56.74º | 0.98% | 0.73% | - |
| XYZ | 36.23 | 42.02 | 6.29 | - |
| YUV | 160.15 | 39.31 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 3 | 0 | 0.05 | 0.98 | 0.27 | 56.74 | 0.97 | 0.37 |
| Hex | BB | B1 | 3 | 0 | 5 | 62 | 1B | 39 | 61 | 25 |
| Octal | 273 | 261 | 3 | 0 | 5 | 142 | 33 | 71 | 141 | 45 |
| Binary | 10111011 | 10110001 | 11 | 0 | 101 | 1100010 | 11011 | 111001 | 1100001 | 100101 |
Color Harmonies of #BBB103
Complementary color
Monochromatic Colors of #BBB103
Black with #BBB103
Text Example
Text Example
White with #BBB103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB103; }
p { color: rgb(187,177,3); }
H1.HeaderClassName
{
color: #BBB103;
}
.AnyTagClassName
{
color: #BBB103;
}
</style>
background-color css
<style>
a { background-color: #BBB103; }
a { background-color: rgb(187,177,3); }
div.DivClassName
{
background-color: #BBB103;
}
.BgClassName
{
background-color: #BBB103;
}
</style>
border-color css
<style>
span { border-color: #BBB103; }
span { border-color: rgb(187,177,3); }
td.TdClassName
{
border-color: #BBB103;
}
.TagClassName
{
border-color: #BBB103;
}
</style>