Shades of La Rioja #BBB708
Tints of La Rioja #BBB708
RGB
CMYK
RGB Variations
Color information
#BBB708 (or 0xBBB708) is known color: La Rioja. HEX triplet: BB, B7 and 08. RGB value is (187,183,8). Sum of RGB (Red+Green+Blue) = 187+183+8=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB708 is #4448F7. Grayscale: #A4A4A4. Windows color (decimal): -4475128 or 571323. OLE color: 571323.
HSL color Cylindrical-coordinate representation of color #BBB708: hue angle of 58.66º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBB708 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 8 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.27 |
| HSL | 58.66º | 0.92% | 0.38% | - |
| HSV(B) | 58.66º | 0.96% | 0.73% | - |
| XYZ | 37.47 | 44.45 | 6.83 | - |
| YUV | 164.25 | 39.83 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 8 | 0 | 0.02 | 0.96 | 0.27 | 58.66 | 0.92 | 0.38 |
| Hex | BB | B7 | 8 | 0 | 2 | 60 | 1B | 3B | 5C | 26 |
| Octal | 273 | 267 | 10 | 0 | 2 | 140 | 33 | 73 | 134 | 46 |
| Binary | 10111011 | 10110111 | 1000 | 0 | 10 | 1100000 | 11011 | 111011 | 1011100 | 100110 |
Color Harmonies of #BBB708
Complementary color
Monochromatic Colors of #BBB708
Black with #BBB708
Text Example
Text Example
White with #BBB708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB708; }
p { color: rgb(187,183,8); }
H1.HeaderClassName
{
color: #BBB708;
}
.AnyTagClassName
{
color: #BBB708;
}
</style>
background-color css
<style>
a { background-color: #BBB708; }
a { background-color: rgb(187,183,8); }
div.DivClassName
{
background-color: #BBB708;
}
.BgClassName
{
background-color: #BBB708;
}
</style>
border-color css
<style>
span { border-color: #BBB708; }
span { border-color: rgb(187,183,8); }
td.TdClassName
{
border-color: #BBB708;
}
.TagClassName
{
border-color: #BBB708;
}
</style>