Shades of La Rioja #BBB71C
Tints of La Rioja #BBB71C
RGB
CMYK
RGB Variations
Color information
#BBB71C (or 0xBBB71C) is known color: La Rioja. HEX triplet: BB, B7 and 1C. RGB value is (187,183,28). Sum of RGB (Red+Green+Blue) = 187+183+28=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB71C is #4448E3. Grayscale: #A7A7A7. Windows color (decimal): -4475108 or 1882043. OLE color: 1882043.
HSL color Cylindrical-coordinate representation of color #BBB71C: hue angle of 58.49º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBB71C is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 28 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.27 |
| HSL | 58.49º | 0.74% | 0.42% | - |
| HSV(B) | 58.49º | 0.85% | 0.73% | - |
| XYZ | 37.64 | 44.52 | 7.71 | - |
| YUV | 166.53 | 49.83 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 28 | 0 | 0.02 | 0.85 | 0.27 | 58.49 | 0.74 | 0.42 |
| Hex | BB | B7 | 1C | 0 | 2 | 55 | 1B | 3A | 4A | 2A |
| Octal | 273 | 267 | 34 | 0 | 2 | 125 | 33 | 72 | 112 | 52 |
| Binary | 10111011 | 10110111 | 11100 | 0 | 10 | 1010101 | 11011 | 111010 | 1001010 | 101010 |
Color Harmonies of #BBB71C
Complementary color
Monochromatic Colors of #BBB71C
Black with #BBB71C
Text Example
Text Example
White with #BBB71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB71C; }
p { color: rgb(187,183,28); }
H1.HeaderClassName
{
color: #BBB71C;
}
.AnyTagClassName
{
color: #BBB71C;
}
</style>
background-color css
<style>
a { background-color: #BBB71C; }
a { background-color: rgb(187,183,28); }
div.DivClassName
{
background-color: #BBB71C;
}
.BgClassName
{
background-color: #BBB71C;
}
</style>
border-color css
<style>
span { border-color: #BBB71C; }
span { border-color: rgb(187,183,28); }
td.TdClassName
{
border-color: #BBB71C;
}
.TagClassName
{
border-color: #BBB71C;
}
</style>