Shades of La Rioja #BBB40B
Tints of La Rioja #BBB40B
RGB
CMYK
RGB Variations
Color information
#BBB40B (or 0xBBB40B) is known color: La Rioja. HEX triplet: BB, B4 and 0B. RGB value is (187,180,11). Sum of RGB (Red+Green+Blue) = 187+180+11=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB40B is #444BF4. Grayscale: #A3A3A3. Windows color (decimal): -4475893 or 767163. OLE color: 767163.
HSL color Cylindrical-coordinate representation of color #BBB40B: hue angle of 57.61º degrees, saturation: 0.89, 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 #BBB40B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 11 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.27 |
| HSL | 57.61º | 0.89% | 0.39% | - |
| HSV(B) | 57.61º | 0.94% | 0.73% | - |
| XYZ | 36.88 | 43.23 | 6.72 | - |
| YUV | 162.83 | 42.32 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 11 | 0 | 0.04 | 0.94 | 0.27 | 57.61 | 0.89 | 0.39 |
| Hex | BB | B4 | B | 0 | 4 | 5E | 1B | 3A | 59 | 27 |
| Octal | 273 | 264 | 13 | 0 | 4 | 136 | 33 | 72 | 131 | 47 |
| Binary | 10111011 | 10110100 | 1011 | 0 | 100 | 1011110 | 11011 | 111010 | 1011001 | 100111 |
Color Harmonies of #BBB40B
Complementary color
Monochromatic Colors of #BBB40B
Black with #BBB40B
Text Example
Text Example
White with #BBB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB40B; }
p { color: rgb(187,180,11); }
H1.HeaderClassName
{
color: #BBB40B;
}
.AnyTagClassName
{
color: #BBB40B;
}
</style>
background-color css
<style>
a { background-color: #BBB40B; }
a { background-color: rgb(187,180,11); }
div.DivClassName
{
background-color: #BBB40B;
}
.BgClassName
{
background-color: #BBB40B;
}
</style>
border-color css
<style>
span { border-color: #BBB40B; }
span { border-color: rgb(187,180,11); }
td.TdClassName
{
border-color: #BBB40B;
}
.TagClassName
{
border-color: #BBB40B;
}
</style>