Shades of La Rioja #BBB302
Tints of La Rioja #BBB302
RGB
CMYK
RGB Variations
Color information
#BBB302 (or 0xBBB302) is known color: La Rioja. HEX triplet: BB, B3 and 02. RGB value is (187,179,2). Sum of RGB (Red+Green+Blue) = 187+179+2=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB302 is #444CFD. Grayscale: #A1A1A1. Windows color (decimal): -4476158 or 177083. OLE color: 177083.
HSL color Cylindrical-coordinate representation of color #BBB302: hue angle of 57.41º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBB302 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.27 |
| HSL | 57.41º | 0.98% | 0.37% | - |
| HSV(B) | 57.41º | 0.99% | 0.73% | - |
| XYZ | 36.62 | 42.81 | 6.39 | - |
| YUV | 161.21 | 38.15 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 2 | 0 | 0.04 | 0.99 | 0.27 | 57.41 | 0.98 | 0.37 |
| Hex | BB | B3 | 2 | 0 | 4 | 63 | 1B | 39 | 62 | 25 |
| Octal | 273 | 263 | 2 | 0 | 4 | 143 | 33 | 71 | 142 | 45 |
| Binary | 10111011 | 10110011 | 10 | 0 | 100 | 1100011 | 11011 | 111001 | 1100010 | 100101 |
Color Harmonies of #BBB302
Complementary color
Monochromatic Colors of #BBB302
Black with #BBB302
Text Example
Text Example
White with #BBB302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB302; }
p { color: rgb(187,179,2); }
H1.HeaderClassName
{
color: #BBB302;
}
.AnyTagClassName
{
color: #BBB302;
}
</style>
background-color css
<style>
a { background-color: #BBB302; }
a { background-color: rgb(187,179,2); }
div.DivClassName
{
background-color: #BBB302;
}
.BgClassName
{
background-color: #BBB302;
}
</style>
border-color css
<style>
span { border-color: #BBB302; }
span { border-color: rgb(187,179,2); }
td.TdClassName
{
border-color: #BBB302;
}
.TagClassName
{
border-color: #BBB302;
}
</style>