Shades of La Rioja #BBB002
Tints of La Rioja #BBB002
RGB
CMYK
RGB Variations
Color information
#BBB002 (or 0xBBB002) is known color: La Rioja. HEX triplet: BB, B0 and 02. RGB value is (187,176,2). Sum of RGB (Red+Green+Blue) = 187+176+2=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB002 is #444FFD. Grayscale: #A0A0A0. Windows color (decimal): -4476926 or 176315. OLE color: 176315.
HSL color Cylindrical-coordinate representation of color #BBB002: hue angle of 56.43º 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 #BBB002 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.27 |
| HSL | 56.43º | 0.98% | 0.37% | - |
| HSV(B) | 56.43º | 0.99% | 0.73% | - |
| XYZ | 36.03 | 41.62 | 6.19 | - |
| YUV | 159.45 | 39.14 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 2 | 0 | 0.06 | 0.99 | 0.27 | 56.43 | 0.98 | 0.37 |
| Hex | BB | B0 | 2 | 0 | 6 | 63 | 1B | 38 | 62 | 25 |
| Octal | 273 | 260 | 2 | 0 | 6 | 143 | 33 | 70 | 142 | 45 |
| Binary | 10111011 | 10110000 | 10 | 0 | 110 | 1100011 | 11011 | 111000 | 1100010 | 100101 |
Color Harmonies of #BBB002
Complementary color
Monochromatic Colors of #BBB002
Black with #BBB002
Text Example
Text Example
White with #BBB002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB002; }
p { color: rgb(187,176,2); }
H1.HeaderClassName
{
color: #BBB002;
}
.AnyTagClassName
{
color: #BBB002;
}
</style>
background-color css
<style>
a { background-color: #BBB002; }
a { background-color: rgb(187,176,2); }
div.DivClassName
{
background-color: #BBB002;
}
.BgClassName
{
background-color: #BBB002;
}
</style>
border-color css
<style>
span { border-color: #BBB002; }
span { border-color: rgb(187,176,2); }
td.TdClassName
{
border-color: #BBB002;
}
.TagClassName
{
border-color: #BBB002;
}
</style>