Shades of La Rioja #B2BF0F
Tints of La Rioja #B2BF0F
RGB
CMYK
RGB Variations
Color information
#B2BF0F (or 0xB2BF0F) is known color: La Rioja. HEX triplet: B2, BF and 0F. RGB value is (178,191,15). Sum of RGB (Red+Green+Blue) = 178+191+15=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BF0F is #4D40F0. Grayscale: #A7A7A7. Windows color (decimal): -5062897 or 1032114. OLE color: 1032114.
HSL color Cylindrical-coordinate representation of color #B2BF0F: hue angle of 64.43º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2BF0F is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 15 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.25 |
| HSL | 64.43º | 0.85% | 0.4% | - |
| HSV(B) | 64.43º | 0.92% | 0.75% | - |
| XYZ | 37.08 | 46.76 | 7.52 | - |
| YUV | 167.05 | 42.19 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 15 | 0.07 | 0 | 0.92 | 0.25 | 64.43 | 0.85 | 0.4 |
| Hex | B2 | BF | F | 7 | 0 | 5C | 19 | 40 | 55 | 28 |
| Octal | 262 | 277 | 17 | 7 | 0 | 134 | 31 | 100 | 125 | 50 |
| Binary | 10110010 | 10111111 | 1111 | 111 | 0 | 1011100 | 11001 | 1000000 | 1010101 | 101000 |
Color Harmonies of #B2BF0F
Complementary color
Monochromatic Colors of #B2BF0F
Black with #B2BF0F
Text Example
Text Example
White with #B2BF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF0F; }
p { color: rgb(178,191,15); }
H1.HeaderClassName
{
color: #B2BF0F;
}
.AnyTagClassName
{
color: #B2BF0F;
}
</style>
background-color css
<style>
a { background-color: #B2BF0F; }
a { background-color: rgb(178,191,15); }
div.DivClassName
{
background-color: #B2BF0F;
}
.BgClassName
{
background-color: #B2BF0F;
}
</style>
border-color css
<style>
span { border-color: #B2BF0F; }
span { border-color: rgb(178,191,15); }
td.TdClassName
{
border-color: #B2BF0F;
}
.TagClassName
{
border-color: #B2BF0F;
}
</style>