Shades of La Rioja #BBB30B
Tints of La Rioja #BBB30B
RGB
CMYK
RGB Variations
Color information
#BBB30B (or 0xBBB30B) is known color: La Rioja. HEX triplet: BB, B3 and 0B. RGB value is (187,179,11). Sum of RGB (Red+Green+Blue) = 187+179+11=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB30B is #444CF4. Grayscale: #A2A2A2. Windows color (decimal): -4476149 or 766907. OLE color: 766907.
HSL color Cylindrical-coordinate representation of color #BBB30B: hue angle of 57.27º 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 #BBB30B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 11 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.27 |
| HSL | 57.27º | 0.89% | 0.39% | - |
| HSV(B) | 57.27º | 0.94% | 0.73% | - |
| XYZ | 36.67 | 42.83 | 6.65 | - |
| YUV | 162.24 | 42.65 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 11 | 0 | 0.04 | 0.94 | 0.27 | 57.27 | 0.89 | 0.39 |
| Hex | BB | B3 | B | 0 | 4 | 5E | 1B | 39 | 59 | 27 |
| Octal | 273 | 263 | 13 | 0 | 4 | 136 | 33 | 71 | 131 | 47 |
| Binary | 10111011 | 10110011 | 1011 | 0 | 100 | 1011110 | 11011 | 111001 | 1011001 | 100111 |
Color Harmonies of #BBB30B
Complementary color
Monochromatic Colors of #BBB30B
Black with #BBB30B
Text Example
Text Example
White with #BBB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB30B; }
p { color: rgb(187,179,11); }
H1.HeaderClassName
{
color: #BBB30B;
}
.AnyTagClassName
{
color: #BBB30B;
}
</style>
background-color css
<style>
a { background-color: #BBB30B; }
a { background-color: rgb(187,179,11); }
div.DivClassName
{
background-color: #BBB30B;
}
.BgClassName
{
background-color: #BBB30B;
}
</style>
border-color css
<style>
span { border-color: #BBB30B; }
span { border-color: rgb(187,179,11); }
td.TdClassName
{
border-color: #BBB30B;
}
.TagClassName
{
border-color: #BBB30B;
}
</style>