Shades of La Rioja #B4BD0A
Tints of La Rioja #B4BD0A
RGB
CMYK
RGB Variations
Color information
#B4BD0A (or 0xB4BD0A) is known color: La Rioja. HEX triplet: B4, BD and 0A. RGB value is (180,189,10). Sum of RGB (Red+Green+Blue) = 180+189+10=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BD0A is #4B42F5. Grayscale: #A6A6A6. Windows color (decimal): -4932342 or 703924. OLE color: 703924.
HSL color Cylindrical-coordinate representation of color #B4BD0A: hue angle of 63.02º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B4BD0A is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 189 | 10 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.26 |
| HSL | 63.02º | 0.9% | 0.39% | - |
| HSV(B) | 63.02º | 0.95% | 0.74% | - |
| XYZ | 37.07 | 46.12 | 7.24 | - |
| YUV | 165.9 | 40.02 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 10 | 0.05 | 0 | 0.95 | 0.26 | 63.02 | 0.9 | 0.39 |
| Hex | B4 | BD | A | 5 | 0 | 5F | 1A | 3F | 5A | 27 |
| Octal | 264 | 275 | 12 | 5 | 0 | 137 | 32 | 77 | 132 | 47 |
| Binary | 10110100 | 10111101 | 1010 | 101 | 0 | 1011111 | 11010 | 111111 | 1011010 | 100111 |
Color Harmonies of #B4BD0A
Complementary color
Monochromatic Colors of #B4BD0A
Black with #B4BD0A
Text Example
Text Example
White with #B4BD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BD0A; }
p { color: rgb(180,189,10); }
H1.HeaderClassName
{
color: #B4BD0A;
}
.AnyTagClassName
{
color: #B4BD0A;
}
</style>
background-color css
<style>
a { background-color: #B4BD0A; }
a { background-color: rgb(180,189,10); }
div.DivClassName
{
background-color: #B4BD0A;
}
.BgClassName
{
background-color: #B4BD0A;
}
</style>
border-color css
<style>
span { border-color: #B4BD0A; }
span { border-color: rgb(180,189,10); }
td.TdClassName
{
border-color: #B4BD0A;
}
.TagClassName
{
border-color: #B4BD0A;
}
</style>