Shades of La Rioja #B0BF0D
Tints of La Rioja #B0BF0D
RGB
CMYK
RGB Variations
Color information
#B0BF0D (or 0xB0BF0D) is known color: La Rioja. HEX triplet: B0, BF and 0D. RGB value is (176,191,13). Sum of RGB (Red+Green+Blue) = 176+191+13=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BF0D is #4F40F2. Grayscale: #A6A6A6. Windows color (decimal): -5193971 or 901040. OLE color: 901040.
HSL color Cylindrical-coordinate representation of color #B0BF0D: hue angle of 65.06º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0BF0D is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 13 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.25 |
| HSL | 65.06º | 0.87% | 0.4% | - |
| HSV(B) | 65.06º | 0.93% | 0.75% | - |
| XYZ | 36.61 | 46.52 | 7.43 | - |
| YUV | 166.22 | 41.53 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 13 | 0.08 | 0 | 0.93 | 0.25 | 65.06 | 0.87 | 0.4 |
| Hex | B0 | BF | D | 8 | 0 | 5D | 19 | 41 | 57 | 28 |
| Octal | 260 | 277 | 15 | 10 | 0 | 135 | 31 | 101 | 127 | 50 |
| Binary | 10110000 | 10111111 | 1101 | 1000 | 0 | 1011101 | 11001 | 1000001 | 1010111 | 101000 |
Color Harmonies of #B0BF0D
Complementary color
Monochromatic Colors of #B0BF0D
Black with #B0BF0D
Text Example
Text Example
White with #B0BF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF0D; }
p { color: rgb(176,191,13); }
H1.HeaderClassName
{
color: #B0BF0D;
}
.AnyTagClassName
{
color: #B0BF0D;
}
</style>
background-color css
<style>
a { background-color: #B0BF0D; }
a { background-color: rgb(176,191,13); }
div.DivClassName
{
background-color: #B0BF0D;
}
.BgClassName
{
background-color: #B0BF0D;
}
</style>
border-color css
<style>
span { border-color: #B0BF0D; }
span { border-color: rgb(176,191,13); }
td.TdClassName
{
border-color: #B0BF0D;
}
.TagClassName
{
border-color: #B0BF0D;
}
</style>