Shades of La Rioja #BBB40C
Tints of La Rioja #BBB40C
RGB
CMYK
RGB Variations
Color information
#BBB40C (or 0xBBB40C) is known color: La Rioja. HEX triplet: BB, B4 and 0C. RGB value is (187,180,12). Sum of RGB (Red+Green+Blue) = 187+180+12=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB40C is #444BF3. Grayscale: #A3A3A3. Windows color (decimal): -4475892 or 832699. OLE color: 832699.
HSL color Cylindrical-coordinate representation of color #BBB40C: hue angle of 57.6º 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 #BBB40C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 12 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.27 |
| HSL | 57.6º | 0.88% | 0.39% | - |
| HSV(B) | 57.6º | 0.94% | 0.73% | - |
| XYZ | 36.88 | 43.23 | 6.75 | - |
| YUV | 162.94 | 42.82 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 12 | 0 | 0.04 | 0.94 | 0.27 | 57.6 | 0.88 | 0.39 |
| Hex | BB | B4 | C | 0 | 4 | 5E | 1B | 3A | 58 | 27 |
| Octal | 273 | 264 | 14 | 0 | 4 | 136 | 33 | 72 | 130 | 47 |
| Binary | 10111011 | 10110100 | 1100 | 0 | 100 | 1011110 | 11011 | 111010 | 1011000 | 100111 |
Color Harmonies of #BBB40C
Complementary color
Monochromatic Colors of #BBB40C
Black with #BBB40C
Text Example
Text Example
White with #BBB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB40C; }
p { color: rgb(187,180,12); }
H1.HeaderClassName
{
color: #BBB40C;
}
.AnyTagClassName
{
color: #BBB40C;
}
</style>
background-color css
<style>
a { background-color: #BBB40C; }
a { background-color: rgb(187,180,12); }
div.DivClassName
{
background-color: #BBB40C;
}
.BgClassName
{
background-color: #BBB40C;
}
</style>
border-color css
<style>
span { border-color: #BBB40C; }
span { border-color: rgb(187,180,12); }
td.TdClassName
{
border-color: #BBB40C;
}
.TagClassName
{
border-color: #BBB40C;
}
</style>