Shades of La Rioja #BDBC10
Tints of La Rioja #BDBC10
RGB
CMYK
RGB Variations
Color information
#BDBC10 (or 0xBDBC10) is known color: La Rioja. HEX triplet: BD, BC and 10. RGB value is (189,188,16). Sum of RGB (Red+Green+Blue) = 189+188+16=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBC10 is #4243EF. Grayscale: #A9A9A9. Windows color (decimal): -4342768 or 1096893. OLE color: 1096893.
HSL color Cylindrical-coordinate representation of color #BDBC10: hue angle of 59.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDBC10 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 16 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.26 |
| HSL | 59.65º | 0.84% | 0.4% | - |
| HSV(B) | 59.65º | 0.92% | 0.74% | - |
| XYZ | 39.06 | 46.82 | 7.47 | - |
| YUV | 168.69 | 41.83 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 16 | 0 | 0.01 | 0.92 | 0.26 | 59.65 | 0.84 | 0.4 |
| Hex | BD | BC | 10 | 0 | 1 | 5C | 1A | 3C | 54 | 28 |
| Octal | 275 | 274 | 20 | 0 | 1 | 134 | 32 | 74 | 124 | 50 |
| Binary | 10111101 | 10111100 | 10000 | 0 | 1 | 1011100 | 11010 | 111100 | 1010100 | 101000 |
Color Harmonies of #BDBC10
Complementary color
Monochromatic Colors of #BDBC10
Black with #BDBC10
Text Example
Text Example
White with #BDBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC10; }
p { color: rgb(189,188,16); }
H1.HeaderClassName
{
color: #BDBC10;
}
.AnyTagClassName
{
color: #BDBC10;
}
</style>
background-color css
<style>
a { background-color: #BDBC10; }
a { background-color: rgb(189,188,16); }
div.DivClassName
{
background-color: #BDBC10;
}
.BgClassName
{
background-color: #BDBC10;
}
</style>
border-color css
<style>
span { border-color: #BDBC10; }
span { border-color: rgb(189,188,16); }
td.TdClassName
{
border-color: #BDBC10;
}
.TagClassName
{
border-color: #BDBC10;
}
</style>