Shades of La Rioja #BDBB0C
Tints of La Rioja #BDBB0C
RGB
CMYK
RGB Variations
Color information
#BDBB0C (or 0xBDBB0C) is known color: La Rioja. HEX triplet: BD, BB and 0C. RGB value is (189,187,12). Sum of RGB (Red+Green+Blue) = 189+187+12=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB0C is #4244F3. Grayscale: #A8A8A8. Windows color (decimal): -4343028 or 834493. OLE color: 834493.
HSL color Cylindrical-coordinate representation of color #BDBB0C: hue angle of 59.32º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDBB0C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 12 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.26 |
| HSL | 59.32º | 0.88% | 0.39% | - |
| HSV(B) | 59.32º | 0.94% | 0.74% | - |
| XYZ | 38.82 | 46.39 | 7.26 | - |
| YUV | 167.65 | 40.16 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 12 | 0 | 0.01 | 0.94 | 0.26 | 59.32 | 0.88 | 0.39 |
| Hex | BD | BB | C | 0 | 1 | 5E | 1A | 3B | 58 | 27 |
| Octal | 275 | 273 | 14 | 0 | 1 | 136 | 32 | 73 | 130 | 47 |
| Binary | 10111101 | 10111011 | 1100 | 0 | 1 | 1011110 | 11010 | 111011 | 1011000 | 100111 |
Color Harmonies of #BDBB0C
Complementary color
Monochromatic Colors of #BDBB0C
Black with #BDBB0C
Text Example
Text Example
White with #BDBB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB0C; }
p { color: rgb(189,187,12); }
H1.HeaderClassName
{
color: #BDBB0C;
}
.AnyTagClassName
{
color: #BDBB0C;
}
</style>
background-color css
<style>
a { background-color: #BDBB0C; }
a { background-color: rgb(189,187,12); }
div.DivClassName
{
background-color: #BDBB0C;
}
.BgClassName
{
background-color: #BDBB0C;
}
</style>
border-color css
<style>
span { border-color: #BDBB0C; }
span { border-color: rgb(189,187,12); }
td.TdClassName
{
border-color: #BDBB0C;
}
.TagClassName
{
border-color: #BDBB0C;
}
</style>