Shades of La Rioja #BBC307
Tints of La Rioja #BBC307
RGB
CMYK
RGB Variations
Color information
#BBC307 (or 0xBBC307) is known color: La Rioja. HEX triplet: BB, C3 and 07. RGB value is (187,195,7). Sum of RGB (Red+Green+Blue) = 187+195+7=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 7 (3.12% from 255 or 1.80% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC307 is #443CF8. Grayscale: #ABABAB. Windows color (decimal): -4472057 or 508859. OLE color: 508859.
HSL color Cylindrical-coordinate representation of color #BBC307: hue angle of 62.55º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBC307 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 7 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.24 |
| HSL | 62.55º | 0.93% | 0.4% | - |
| HSV(B) | 62.55º | 0.96% | 0.76% | - |
| XYZ | 40.05 | 49.61 | 7.67 | - |
| YUV | 171.18 | 35.35 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 7 | 0.04 | 0 | 0.96 | 0.24 | 62.55 | 0.93 | 0.4 |
| Hex | BB | C3 | 7 | 4 | 0 | 60 | 18 | 3F | 5D | 28 |
| Octal | 273 | 303 | 7 | 4 | 0 | 140 | 30 | 77 | 135 | 50 |
| Binary | 10111011 | 11000011 | 111 | 100 | 0 | 1100000 | 11000 | 111111 | 1011101 | 101000 |
Color Harmonies of #BBC307
Complementary color
Monochromatic Colors of #BBC307
Black with #BBC307
Text Example
Text Example
White with #BBC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC307; }
p { color: rgb(187,195,7); }
H1.HeaderClassName
{
color: #BBC307;
}
.AnyTagClassName
{
color: #BBC307;
}
</style>
background-color css
<style>
a { background-color: #BBC307; }
a { background-color: rgb(187,195,7); }
div.DivClassName
{
background-color: #BBC307;
}
.BgClassName
{
background-color: #BBC307;
}
</style>
border-color css
<style>
span { border-color: #BBC307; }
span { border-color: rgb(187,195,7); }
td.TdClassName
{
border-color: #BBC307;
}
.TagClassName
{
border-color: #BBC307;
}
</style>