Shades of La Rioja #BBAD01
Tints of La Rioja #BBAD01
RGB
CMYK
RGB Variations
Color information
#BBAD01 (or 0xBBAD01) is known color: La Rioja. HEX triplet: BB, AD and 01. RGB value is (187,173,1). Sum of RGB (Red+Green+Blue) = 187+173+1=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAD01 is #4452FE. Grayscale: #9E9E9E. Windows color (decimal): -4477695 or 110011. OLE color: 110011.
HSL color Cylindrical-coordinate representation of color #BBAD01: hue angle of 55.48º degrees, saturation: 0.99, 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 #BBAD01 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.27 |
| HSL | 55.48º | 0.99% | 0.37% | - |
| HSV(B) | 55.48º | 0.99% | 0.73% | - |
| XYZ | 35.44 | 40.45 | 5.97 | - |
| YUV | 157.58 | 39.64 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 1 | 0 | 0.07 | 0.99 | 0.27 | 55.48 | 0.99 | 0.37 |
| Hex | BB | AD | 1 | 0 | 7 | 63 | 1B | 37 | 63 | 25 |
| Octal | 273 | 255 | 1 | 0 | 7 | 143 | 33 | 67 | 143 | 45 |
| Binary | 10111011 | 10101101 | 1 | 0 | 111 | 1100011 | 11011 | 110111 | 1100011 | 100101 |
Color Harmonies of #BBAD01
Complementary color
Monochromatic Colors of #BBAD01
Black with #BBAD01
Text Example
Text Example
White with #BBAD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD01; }
p { color: rgb(187,173,1); }
H1.HeaderClassName
{
color: #BBAD01;
}
.AnyTagClassName
{
color: #BBAD01;
}
</style>
background-color css
<style>
a { background-color: #BBAD01; }
a { background-color: rgb(187,173,1); }
div.DivClassName
{
background-color: #BBAD01;
}
.BgClassName
{
background-color: #BBAD01;
}
</style>
border-color css
<style>
span { border-color: #BBAD01; }
span { border-color: rgb(187,173,1); }
td.TdClassName
{
border-color: #BBAD01;
}
.TagClassName
{
border-color: #BBAD01;
}
</style>