Shades of La Rioja #BBB404
Tints of La Rioja #BBB404
RGB
CMYK
RGB Variations
Color information
#BBB404 (or 0xBBB404) is known color: La Rioja. HEX triplet: BB, B4 and 04. RGB value is (187,180,4). Sum of RGB (Red+Green+Blue) = 187+180+4=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB404 is #444BFB. Grayscale: #A2A2A2. Windows color (decimal): -4475900 or 308411. OLE color: 308411.
HSL color Cylindrical-coordinate representation of color #BBB404: hue angle of 57.7º degrees, saturation: 0.96, 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 #BBB404 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.27 |
| HSL | 57.7º | 0.96% | 0.37% | - |
| HSV(B) | 57.7º | 0.98% | 0.73% | - |
| XYZ | 36.84 | 43.22 | 6.51 | - |
| YUV | 162.03 | 38.82 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 4 | 0 | 0.04 | 0.98 | 0.27 | 57.7 | 0.96 | 0.37 |
| Hex | BB | B4 | 4 | 0 | 4 | 62 | 1B | 3A | 60 | 25 |
| Octal | 273 | 264 | 4 | 0 | 4 | 142 | 33 | 72 | 140 | 45 |
| Binary | 10111011 | 10110100 | 100 | 0 | 100 | 1100010 | 11011 | 111010 | 1100000 | 100101 |
Color Harmonies of #BBB404
Complementary color
Monochromatic Colors of #BBB404
Black with #BBB404
Text Example
Text Example
White with #BBB404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB404; }
p { color: rgb(187,180,4); }
H1.HeaderClassName
{
color: #BBB404;
}
.AnyTagClassName
{
color: #BBB404;
}
</style>
background-color css
<style>
a { background-color: #BBB404; }
a { background-color: rgb(187,180,4); }
div.DivClassName
{
background-color: #BBB404;
}
.BgClassName
{
background-color: #BBB404;
}
</style>
border-color css
<style>
span { border-color: #BBB404; }
span { border-color: rgb(187,180,4); }
td.TdClassName
{
border-color: #BBB404;
}
.TagClassName
{
border-color: #BBB404;
}
</style>