Shades of La Rioja #BDB101
Tints of La Rioja #BDB101
RGB
CMYK
RGB Variations
Color information
#BDB101 (or 0xBDB101) is known color: La Rioja. HEX triplet: BD, B1 and 01. RGB value is (189,177,1). Sum of RGB (Red+Green+Blue) = 189+177+1=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB101 is #424EFE. Grayscale: #A1A1A1. Windows color (decimal): -4345599 or 111037. OLE color: 111037.
HSL color Cylindrical-coordinate representation of color #BDB101: hue angle of 56.17º 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 #BDB101 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.26 |
| HSL | 56.17º | 0.99% | 0.37% | - |
| HSV(B) | 56.17º | 0.99% | 0.74% | - |
| XYZ | 36.71 | 42.27 | 6.25 | - |
| YUV | 160.52 | 37.98 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 1 | 0 | 0.06 | 0.99 | 0.26 | 56.17 | 0.99 | 0.37 |
| Hex | BD | B1 | 1 | 0 | 6 | 63 | 1A | 38 | 63 | 25 |
| Octal | 275 | 261 | 1 | 0 | 6 | 143 | 32 | 70 | 143 | 45 |
| Binary | 10111101 | 10110001 | 1 | 0 | 110 | 1100011 | 11010 | 111000 | 1100011 | 100101 |
Color Harmonies of #BDB101
Complementary color
Monochromatic Colors of #BDB101
Black with #BDB101
Text Example
Text Example
White with #BDB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB101; }
p { color: rgb(189,177,1); }
H1.HeaderClassName
{
color: #BDB101;
}
.AnyTagClassName
{
color: #BDB101;
}
</style>
background-color css
<style>
a { background-color: #BDB101; }
a { background-color: rgb(189,177,1); }
div.DivClassName
{
background-color: #BDB101;
}
.BgClassName
{
background-color: #BDB101;
}
</style>
border-color css
<style>
span { border-color: #BDB101; }
span { border-color: rgb(189,177,1); }
td.TdClassName
{
border-color: #BDB101;
}
.TagClassName
{
border-color: #BDB101;
}
</style>