Shades of La Rioja #BBB303
Tints of La Rioja #BBB303
RGB
CMYK
RGB Variations
Color information
#BBB303 (or 0xBBB303) is known color: La Rioja. HEX triplet: BB, B3 and 03. RGB value is (187,179,3). Sum of RGB (Red+Green+Blue) = 187+179+3=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB303 is #444CFC. Grayscale: #A2A2A2. Windows color (decimal): -4476157 or 242619. OLE color: 242619.
HSL color Cylindrical-coordinate representation of color #BBB303: hue angle of 57.39º degrees, saturation: 0.97, 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 #BBB303 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 3 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.27 |
| HSL | 57.39º | 0.97% | 0.37% | - |
| HSV(B) | 57.39º | 0.98% | 0.73% | - |
| XYZ | 36.63 | 42.81 | 6.42 | - |
| YUV | 161.33 | 38.65 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 3 | 0 | 0.04 | 0.98 | 0.27 | 57.39 | 0.97 | 0.37 |
| Hex | BB | B3 | 3 | 0 | 4 | 62 | 1B | 39 | 61 | 25 |
| Octal | 273 | 263 | 3 | 0 | 4 | 142 | 33 | 71 | 141 | 45 |
| Binary | 10111011 | 10110011 | 11 | 0 | 100 | 1100010 | 11011 | 111001 | 1100001 | 100101 |
Color Harmonies of #BBB303
Complementary color
Monochromatic Colors of #BBB303
Black with #BBB303
Text Example
Text Example
White with #BBB303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB303; }
p { color: rgb(187,179,3); }
H1.HeaderClassName
{
color: #BBB303;
}
.AnyTagClassName
{
color: #BBB303;
}
</style>
background-color css
<style>
a { background-color: #BBB303; }
a { background-color: rgb(187,179,3); }
div.DivClassName
{
background-color: #BBB303;
}
.BgClassName
{
background-color: #BBB303;
}
</style>
border-color css
<style>
span { border-color: #BBB303; }
span { border-color: rgb(187,179,3); }
td.TdClassName
{
border-color: #BBB303;
}
.TagClassName
{
border-color: #BBB303;
}
</style>