Shades of La Rioja #BBB408
Tints of La Rioja #BBB408
RGB
CMYK
RGB Variations
Color information
#BBB408 (or 0xBBB408) is known color: La Rioja. HEX triplet: BB, B4 and 08. RGB value is (187,180,8). Sum of RGB (Red+Green+Blue) = 187+180+8=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB408 is #444BF7. Grayscale: #A3A3A3. Windows color (decimal): -4475896 or 570555. OLE color: 570555.
HSL color Cylindrical-coordinate representation of color #BBB408: hue angle of 57.65º 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 #BBB408 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 8 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.27 |
| HSL | 57.65º | 0.92% | 0.38% | - |
| HSV(B) | 57.65º | 0.96% | 0.73% | - |
| XYZ | 36.86 | 43.22 | 6.63 | - |
| YUV | 162.49 | 40.82 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 8 | 0 | 0.04 | 0.96 | 0.27 | 57.65 | 0.92 | 0.38 |
| Hex | BB | B4 | 8 | 0 | 4 | 60 | 1B | 3A | 5C | 26 |
| Octal | 273 | 264 | 10 | 0 | 4 | 140 | 33 | 72 | 134 | 46 |
| Binary | 10111011 | 10110100 | 1000 | 0 | 100 | 1100000 | 11011 | 111010 | 1011100 | 100110 |
Color Harmonies of #BBB408
Complementary color
Monochromatic Colors of #BBB408
Black with #BBB408
Text Example
Text Example
White with #BBB408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB408; }
p { color: rgb(187,180,8); }
H1.HeaderClassName
{
color: #BBB408;
}
.AnyTagClassName
{
color: #BBB408;
}
</style>
background-color css
<style>
a { background-color: #BBB408; }
a { background-color: rgb(187,180,8); }
div.DivClassName
{
background-color: #BBB408;
}
.BgClassName
{
background-color: #BBB408;
}
</style>
border-color css
<style>
span { border-color: #BBB408; }
span { border-color: rgb(187,180,8); }
td.TdClassName
{
border-color: #BBB408;
}
.TagClassName
{
border-color: #BBB408;
}
</style>