Shades of La Rioja #B6BB0F
Tints of La Rioja #B6BB0F
RGB
CMYK
RGB Variations
Color information
#B6BB0F (or 0xB6BB0F) is known color: La Rioja. HEX triplet: B6, BB and 0F. RGB value is (182,187,15). Sum of RGB (Red+Green+Blue) = 182+187+15=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BB0F is #4944F0. Grayscale: #A6A6A6. Windows color (decimal): -4801777 or 1031094. OLE color: 1031094.
HSL color Cylindrical-coordinate representation of color #B6BB0F: hue angle of 61.74º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6BB0F is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 187 | 15 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.27 |
| HSL | 61.74º | 0.85% | 0.4% | - |
| HSV(B) | 61.74º | 0.92% | 0.73% | - |
| XYZ | 37.15 | 45.52 | 7.28 | - |
| YUV | 165.9 | 42.84 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 187 | 15 | 0.03 | 0 | 0.92 | 0.27 | 61.74 | 0.85 | 0.4 |
| Hex | B6 | BB | F | 3 | 0 | 5C | 1B | 3E | 55 | 28 |
| Octal | 266 | 273 | 17 | 3 | 0 | 134 | 33 | 76 | 125 | 50 |
| Binary | 10110110 | 10111011 | 1111 | 11 | 0 | 1011100 | 11011 | 111110 | 1010101 | 101000 |
Color Harmonies of #B6BB0F
Complementary color
Monochromatic Colors of #B6BB0F
Black with #B6BB0F
Text Example
Text Example
White with #B6BB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BB0F; }
p { color: rgb(182,187,15); }
H1.HeaderClassName
{
color: #B6BB0F;
}
.AnyTagClassName
{
color: #B6BB0F;
}
</style>
background-color css
<style>
a { background-color: #B6BB0F; }
a { background-color: rgb(182,187,15); }
div.DivClassName
{
background-color: #B6BB0F;
}
.BgClassName
{
background-color: #B6BB0F;
}
</style>
border-color css
<style>
span { border-color: #B6BB0F; }
span { border-color: rgb(182,187,15); }
td.TdClassName
{
border-color: #B6BB0F;
}
.TagClassName
{
border-color: #B6BB0F;
}
</style>