Shades of La Rioja #BBB71B
Tints of La Rioja #BBB71B
RGB
CMYK
RGB Variations
Color information
#BBB71B (or 0xBBB71B) is known color: La Rioja. HEX triplet: BB, B7 and 1B. RGB value is (187,183,27). Sum of RGB (Red+Green+Blue) = 187+183+27=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB71B is #4448E4. Grayscale: #A7A7A7. Windows color (decimal): -4475109 or 1816507. OLE color: 1816507.
HSL color Cylindrical-coordinate representation of color #BBB71B: hue angle of 58.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBB71B is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 27 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.27 |
| HSL | 58.5º | 0.75% | 0.42% | - |
| HSV(B) | 58.5º | 0.86% | 0.73% | - |
| XYZ | 37.62 | 44.51 | 7.65 | - |
| YUV | 166.41 | 49.33 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 27 | 0 | 0.02 | 0.86 | 0.27 | 58.5 | 0.75 | 0.42 |
| Hex | BB | B7 | 1B | 0 | 2 | 56 | 1B | 3A | 4B | 2A |
| Octal | 273 | 267 | 33 | 0 | 2 | 126 | 33 | 72 | 113 | 52 |
| Binary | 10111011 | 10110111 | 11011 | 0 | 10 | 1010110 | 11011 | 111010 | 1001011 | 101010 |
Color Harmonies of #BBB71B
Complementary color
Monochromatic Colors of #BBB71B
Black with #BBB71B
Text Example
Text Example
White with #BBB71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB71B; }
p { color: rgb(187,183,27); }
H1.HeaderClassName
{
color: #BBB71B;
}
.AnyTagClassName
{
color: #BBB71B;
}
</style>
background-color css
<style>
a { background-color: #BBB71B; }
a { background-color: rgb(187,183,27); }
div.DivClassName
{
background-color: #BBB71B;
}
.BgClassName
{
background-color: #BBB71B;
}
</style>
border-color css
<style>
span { border-color: #BBB71B; }
span { border-color: rgb(187,183,27); }
td.TdClassName
{
border-color: #BBB71B;
}
.TagClassName
{
border-color: #BBB71B;
}
</style>