Shades of La Rioja #BBAB04
Tints of La Rioja #BBAB04
RGB
CMYK
RGB Variations
Color information
#BBAB04 (or 0xBBAB04) is known color: La Rioja. HEX triplet: BB, AB and 04. RGB value is (187,171,4). Sum of RGB (Red+Green+Blue) = 187+171+4=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB04 is #4454FB. Grayscale: #9D9D9D. Windows color (decimal): -4478204 or 306107. OLE color: 306107.
HSL color Cylindrical-coordinate representation of color #BBAB04: hue angle of 54.75º 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 #BBAB04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.27 |
| HSL | 54.75º | 0.96% | 0.37% | - |
| HSV(B) | 54.75º | 0.98% | 0.73% | - |
| XYZ | 35.08 | 39.7 | 5.93 | - |
| YUV | 156.75 | 41.8 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 4 | 0 | 0.09 | 0.98 | 0.27 | 54.75 | 0.96 | 0.37 |
| Hex | BB | AB | 4 | 0 | 9 | 62 | 1B | 37 | 60 | 25 |
| Octal | 273 | 253 | 4 | 0 | 11 | 142 | 33 | 67 | 140 | 45 |
| Binary | 10111011 | 10101011 | 100 | 0 | 1001 | 1100010 | 11011 | 110111 | 1100000 | 100101 |
Color Harmonies of #BBAB04
Complementary color
Monochromatic Colors of #BBAB04
Black with #BBAB04
Text Example
Text Example
White with #BBAB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB04; }
p { color: rgb(187,171,4); }
H1.HeaderClassName
{
color: #BBAB04;
}
.AnyTagClassName
{
color: #BBAB04;
}
</style>
background-color css
<style>
a { background-color: #BBAB04; }
a { background-color: rgb(187,171,4); }
div.DivClassName
{
background-color: #BBAB04;
}
.BgClassName
{
background-color: #BBAB04;
}
</style>
border-color css
<style>
span { border-color: #BBAB04; }
span { border-color: rgb(187,171,4); }
td.TdClassName
{
border-color: #BBAB04;
}
.TagClassName
{
border-color: #BBAB04;
}
</style>