Shades of La Rioja #BDBB01
Tints of La Rioja #BDBB01
RGB
CMYK
RGB Variations
Color information
#BDBB01 (or 0xBDBB01) is known color: La Rioja. HEX triplet: BD, BB and 01. RGB value is (189,187,1). Sum of RGB (Red+Green+Blue) = 189+187+1=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB01 is #4244FE. Grayscale: #A7A7A7. Windows color (decimal): -4343039 or 113597. OLE color: 113597.
HSL color Cylindrical-coordinate representation of color #BDBB01: hue angle of 59.36º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDBB01 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.26 |
| HSL | 59.36º | 0.99% | 0.37% | - |
| HSV(B) | 59.36º | 0.99% | 0.74% | - |
| XYZ | 38.76 | 46.36 | 6.93 | - |
| YUV | 166.39 | 34.66 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 1 | 0 | 0.01 | 0.99 | 0.26 | 59.36 | 0.99 | 0.37 |
| Hex | BD | BB | 1 | 0 | 1 | 63 | 1A | 3B | 63 | 25 |
| Octal | 275 | 273 | 1 | 0 | 1 | 143 | 32 | 73 | 143 | 45 |
| Binary | 10111101 | 10111011 | 1 | 0 | 1 | 1100011 | 11010 | 111011 | 1100011 | 100101 |
Color Harmonies of #BDBB01
Complementary color
Monochromatic Colors of #BDBB01
Black with #BDBB01
Text Example
Text Example
White with #BDBB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB01; }
p { color: rgb(189,187,1); }
H1.HeaderClassName
{
color: #BDBB01;
}
.AnyTagClassName
{
color: #BDBB01;
}
</style>
background-color css
<style>
a { background-color: #BDBB01; }
a { background-color: rgb(189,187,1); }
div.DivClassName
{
background-color: #BDBB01;
}
.BgClassName
{
background-color: #BDBB01;
}
</style>
border-color css
<style>
span { border-color: #BDBB01; }
span { border-color: rgb(189,187,1); }
td.TdClassName
{
border-color: #BDBB01;
}
.TagClassName
{
border-color: #BDBB01;
}
</style>