Shades of La Rioja #BBAF0C
Tints of La Rioja #BBAF0C
RGB
CMYK
RGB Variations
Color information
#BBAF0C (or 0xBBAF0C) is known color: La Rioja. HEX triplet: BB, AF and 0C. RGB value is (187,175,12). Sum of RGB (Red+Green+Blue) = 187+175+12=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF0C is #4450F3. Grayscale: #A0A0A0. Windows color (decimal): -4477172 or 831419. OLE color: 831419.
HSL color Cylindrical-coordinate representation of color #BBAF0C: hue angle of 55.89º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBAF0C is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 12 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.27 |
| HSL | 55.89º | 0.88% | 0.39% | - |
| HSV(B) | 55.89º | 0.94% | 0.73% | - |
| XYZ | 35.89 | 41.25 | 6.42 | - |
| YUV | 160.01 | 44.48 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 12 | 0 | 0.06 | 0.94 | 0.27 | 55.89 | 0.88 | 0.39 |
| Hex | BB | AF | C | 0 | 6 | 5E | 1B | 38 | 58 | 27 |
| Octal | 273 | 257 | 14 | 0 | 6 | 136 | 33 | 70 | 130 | 47 |
| Binary | 10111011 | 10101111 | 1100 | 0 | 110 | 1011110 | 11011 | 111000 | 1011000 | 100111 |
Color Harmonies of #BBAF0C
Complementary color
Monochromatic Colors of #BBAF0C
Black with #BBAF0C
Text Example
Text Example
White with #BBAF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF0C; }
p { color: rgb(187,175,12); }
H1.HeaderClassName
{
color: #BBAF0C;
}
.AnyTagClassName
{
color: #BBAF0C;
}
</style>
background-color css
<style>
a { background-color: #BBAF0C; }
a { background-color: rgb(187,175,12); }
div.DivClassName
{
background-color: #BBAF0C;
}
.BgClassName
{
background-color: #BBAF0C;
}
</style>
border-color css
<style>
span { border-color: #BBAF0C; }
span { border-color: rgb(187,175,12); }
td.TdClassName
{
border-color: #BBAF0C;
}
.TagClassName
{
border-color: #BBAF0C;
}
</style>