Shades of La Rioja #BDBC12
Tints of La Rioja #BDBC12
RGB
CMYK
RGB Variations
Color information
#BDBC12 (or 0xBDBC12) is known color: La Rioja. HEX triplet: BD, BC and 12. RGB value is (189,188,18). Sum of RGB (Red+Green+Blue) = 189+188+18=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBC12 is #4243ED. Grayscale: #A9A9A9. Windows color (decimal): -4342766 or 1227965. OLE color: 1227965.
HSL color Cylindrical-coordinate representation of color #BDBC12: hue angle of 59.65º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDBC12 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 18 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.26 |
| HSL | 59.65º | 0.83% | 0.41% | - |
| HSV(B) | 59.65º | 0.9% | 0.74% | - |
| XYZ | 39.08 | 46.83 | 7.55 | - |
| YUV | 168.92 | 42.83 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 18 | 0 | 0.01 | 0.90 | 0.26 | 59.65 | 0.83 | 0.41 |
| Hex | BD | BC | 12 | 0 | 1 | 5A | 1A | 3C | 53 | 29 |
| Octal | 275 | 274 | 22 | 0 | 1 | 132 | 32 | 74 | 123 | 51 |
| Binary | 10111101 | 10111100 | 10010 | 0 | 1 | 1011010 | 11010 | 111100 | 1010011 | 101001 |
Color Harmonies of #BDBC12
Complementary color
Monochromatic Colors of #BDBC12
Black with #BDBC12
Text Example
Text Example
White with #BDBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC12; }
p { color: rgb(189,188,18); }
H1.HeaderClassName
{
color: #BDBC12;
}
.AnyTagClassName
{
color: #BDBC12;
}
</style>
background-color css
<style>
a { background-color: #BDBC12; }
a { background-color: rgb(189,188,18); }
div.DivClassName
{
background-color: #BDBC12;
}
.BgClassName
{
background-color: #BDBC12;
}
</style>
border-color css
<style>
span { border-color: #BDBC12; }
span { border-color: rgb(189,188,18); }
td.TdClassName
{
border-color: #BDBC12;
}
.TagClassName
{
border-color: #BDBC12;
}
</style>