Shades of La Rioja #BBB80D
Tints of La Rioja #BBB80D
RGB
CMYK
RGB Variations
Color information
#BBB80D (or 0xBBB80D) is known color: La Rioja. HEX triplet: BB, B8 and 0D. RGB value is (187,184,13). Sum of RGB (Red+Green+Blue) = 187+184+13=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB80D is #4447F2. Grayscale: #A6A6A6. Windows color (decimal): -4474867 or 899259. OLE color: 899259.
HSL color Cylindrical-coordinate representation of color #BBB80D: hue angle of 58.97º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBB80D is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 13 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.27 |
| HSL | 58.97º | 0.87% | 0.39% | - |
| HSV(B) | 58.97º | 0.93% | 0.73% | - |
| XYZ | 37.71 | 44.87 | 7.06 | - |
| YUV | 165.4 | 41.99 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 13 | 0 | 0.02 | 0.93 | 0.27 | 58.97 | 0.87 | 0.39 |
| Hex | BB | B8 | D | 0 | 2 | 5D | 1B | 3B | 57 | 27 |
| Octal | 273 | 270 | 15 | 0 | 2 | 135 | 33 | 73 | 127 | 47 |
| Binary | 10111011 | 10111000 | 1101 | 0 | 10 | 1011101 | 11011 | 111011 | 1010111 | 100111 |
Color Harmonies of #BBB80D
Complementary color
Monochromatic Colors of #BBB80D
Black with #BBB80D
Text Example
Text Example
White with #BBB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB80D; }
p { color: rgb(187,184,13); }
H1.HeaderClassName
{
color: #BBB80D;
}
.AnyTagClassName
{
color: #BBB80D;
}
</style>
background-color css
<style>
a { background-color: #BBB80D; }
a { background-color: rgb(187,184,13); }
div.DivClassName
{
background-color: #BBB80D;
}
.BgClassName
{
background-color: #BBB80D;
}
</style>
border-color css
<style>
span { border-color: #BBB80D; }
span { border-color: rgb(187,184,13); }
td.TdClassName
{
border-color: #BBB80D;
}
.TagClassName
{
border-color: #BBB80D;
}
</style>