Shades of La Rioja #BDBC0B
Tints of La Rioja #BDBC0B
RGB
CMYK
RGB Variations
Color information
#BDBC0B (or 0xBDBC0B) is known color: La Rioja. HEX triplet: BD, BC and 0B. RGB value is (189,188,11). Sum of RGB (Red+Green+Blue) = 189+188+11=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBC0B is #4243F4. Grayscale: #A8A8A8. Windows color (decimal): -4342773 or 769213. OLE color: 769213.
HSL color Cylindrical-coordinate representation of color #BDBC0B: hue angle of 59.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDBC0B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 11 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.26 |
| HSL | 59.66º | 0.89% | 0.39% | - |
| HSV(B) | 59.66º | 0.94% | 0.74% | - |
| XYZ | 39.03 | 46.81 | 7.29 | - |
| YUV | 168.12 | 39.33 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 11 | 0 | 0.01 | 0.94 | 0.26 | 59.66 | 0.89 | 0.39 |
| Hex | BD | BC | B | 0 | 1 | 5E | 1A | 3C | 59 | 27 |
| Octal | 275 | 274 | 13 | 0 | 1 | 136 | 32 | 74 | 131 | 47 |
| Binary | 10111101 | 10111100 | 1011 | 0 | 1 | 1011110 | 11010 | 111100 | 1011001 | 100111 |
Color Harmonies of #BDBC0B
Complementary color
Monochromatic Colors of #BDBC0B
Black with #BDBC0B
Text Example
Text Example
White with #BDBC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC0B; }
p { color: rgb(189,188,11); }
H1.HeaderClassName
{
color: #BDBC0B;
}
.AnyTagClassName
{
color: #BDBC0B;
}
</style>
background-color css
<style>
a { background-color: #BDBC0B; }
a { background-color: rgb(189,188,11); }
div.DivClassName
{
background-color: #BDBC0B;
}
.BgClassName
{
background-color: #BDBC0B;
}
</style>
border-color css
<style>
span { border-color: #BDBC0B; }
span { border-color: rgb(189,188,11); }
td.TdClassName
{
border-color: #BDBC0B;
}
.TagClassName
{
border-color: #BDBC0B;
}
</style>