Shades of La Rioja #BDBD07
Tints of La Rioja #BDBD07
RGB
CMYK
RGB Variations
Color information
#BDBD07 (or 0xBDBD07) is known color: La Rioja. HEX triplet: BD, BD and 07. RGB value is (189,189,7). Sum of RGB (Red+Green+Blue) = 189+189+7=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBD07 is #4242F8. Grayscale: #A8A8A8. Windows color (decimal): -4342521 or 507325. OLE color: 507325.
HSL color Cylindrical-coordinate representation of color #BDBD07: hue angle of 60º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDBD07 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 7 | - |
| CMYK | 0 | 0 | 0.96 | 0.26 |
| HSL | 60º | 0.93% | 0.38% | - |
| HSV(B) | 60º | 0.96% | 0.74% | - |
| XYZ | 39.22 | 47.23 | 7.25 | - |
| YUV | 168.25 | 37 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 7 | 0 | 0 | 0.96 | 0.26 | 60 | 0.93 | 0.38 |
| Hex | BD | BD | 7 | 0 | 0 | 60 | 1A | 3C | 5D | 26 |
| Octal | 275 | 275 | 7 | 0 | 0 | 140 | 32 | 74 | 135 | 46 |
| Binary | 10111101 | 10111101 | 111 | 0 | 0 | 1100000 | 11010 | 111100 | 1011101 | 100110 |
Color Harmonies of #BDBD07
Complementary color
Monochromatic Colors of #BDBD07
Black with #BDBD07
Text Example
Text Example
White with #BDBD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD07; }
p { color: rgb(189,189,7); }
H1.HeaderClassName
{
color: #BDBD07;
}
.AnyTagClassName
{
color: #BDBD07;
}
</style>
background-color css
<style>
a { background-color: #BDBD07; }
a { background-color: rgb(189,189,7); }
div.DivClassName
{
background-color: #BDBD07;
}
.BgClassName
{
background-color: #BDBD07;
}
</style>
border-color css
<style>
span { border-color: #BDBD07; }
span { border-color: rgb(189,189,7); }
td.TdClassName
{
border-color: #BDBD07;
}
.TagClassName
{
border-color: #BDBD07;
}
</style>