Shades of La Rioja #BDBD01
Tints of La Rioja #BDBD01
RGB
CMYK
RGB Variations
Color information
#BDBD01 (or 0xBDBD01) is known color: La Rioja. HEX triplet: BD, BD and 01. RGB value is (189,189,1). Sum of RGB (Red+Green+Blue) = 189+189+1=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBD01 is #4242FE. Grayscale: #A8A8A8. Windows color (decimal): -4342527 or 114109. OLE color: 114109.
HSL color Cylindrical-coordinate representation of color #BDBD01: hue angle of 60º 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 #BDBD01 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 1 | - |
| CMYK | 0 | 0 | 0.99 | 0.26 |
| HSL | 60º | 0.99% | 0.37% | - |
| HSV(B) | 60º | 0.99% | 0.74% | - |
| XYZ | 39.19 | 47.22 | 7.08 | - |
| YUV | 167.57 | 34 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 1 | 0 | 0 | 0.99 | 0.26 | 60 | 0.99 | 0.37 |
| Hex | BD | BD | 1 | 0 | 0 | 63 | 1A | 3C | 63 | 25 |
| Octal | 275 | 275 | 1 | 0 | 0 | 143 | 32 | 74 | 143 | 45 |
| Binary | 10111101 | 10111101 | 1 | 0 | 0 | 1100011 | 11010 | 111100 | 1100011 | 100101 |
Color Harmonies of #BDBD01
Complementary color
Monochromatic Colors of #BDBD01
Black with #BDBD01
Text Example
Text Example
White with #BDBD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD01; }
p { color: rgb(189,189,1); }
H1.HeaderClassName
{
color: #BDBD01;
}
.AnyTagClassName
{
color: #BDBD01;
}
</style>
background-color css
<style>
a { background-color: #BDBD01; }
a { background-color: rgb(189,189,1); }
div.DivClassName
{
background-color: #BDBD01;
}
.BgClassName
{
background-color: #BDBD01;
}
</style>
border-color css
<style>
span { border-color: #BDBD01; }
span { border-color: rgb(189,189,1); }
td.TdClassName
{
border-color: #BDBD01;
}
.TagClassName
{
border-color: #BDBD01;
}
</style>