Shades of La Rioja #BBB008
Tints of La Rioja #BBB008
RGB
CMYK
RGB Variations
Color information
#BBB008 (or 0xBBB008) is known color: La Rioja. HEX triplet: BB, B0 and 08. RGB value is (187,176,8). Sum of RGB (Red+Green+Blue) = 187+176+8=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB008 is #444FF7. Grayscale: #A0A0A0. Windows color (decimal): -4476920 or 569531. OLE color: 569531.
HSL color Cylindrical-coordinate representation of color #BBB008: hue angle of 56.31º 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 #BBB008 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.27 |
| HSL | 56.31º | 0.92% | 0.38% | - |
| HSV(B) | 56.31º | 0.96% | 0.73% | - |
| XYZ | 36.06 | 41.63 | 6.36 | - |
| YUV | 160.14 | 42.14 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 8 | 0 | 0.06 | 0.96 | 0.27 | 56.31 | 0.92 | 0.38 |
| Hex | BB | B0 | 8 | 0 | 6 | 60 | 1B | 38 | 5C | 26 |
| Octal | 273 | 260 | 10 | 0 | 6 | 140 | 33 | 70 | 134 | 46 |
| Binary | 10111011 | 10110000 | 1000 | 0 | 110 | 1100000 | 11011 | 111000 | 1011100 | 100110 |
Color Harmonies of #BBB008
Complementary color
Monochromatic Colors of #BBB008
Black with #BBB008
Text Example
Text Example
White with #BBB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB008; }
p { color: rgb(187,176,8); }
H1.HeaderClassName
{
color: #BBB008;
}
.AnyTagClassName
{
color: #BBB008;
}
</style>
background-color css
<style>
a { background-color: #BBB008; }
a { background-color: rgb(187,176,8); }
div.DivClassName
{
background-color: #BBB008;
}
.BgClassName
{
background-color: #BBB008;
}
</style>
border-color css
<style>
span { border-color: #BBB008; }
span { border-color: rgb(187,176,8); }
td.TdClassName
{
border-color: #BBB008;
}
.TagClassName
{
border-color: #BBB008;
}
</style>