Shades of La Rioja #BBAF0A
Tints of La Rioja #BBAF0A
RGB
CMYK
RGB Variations
Color information
#BBAF0A (or 0xBBAF0A) is known color: La Rioja. HEX triplet: BB, AF and 0A. RGB value is (187,175,10). Sum of RGB (Red+Green+Blue) = 187+175+10=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF0A is #4450F5. Grayscale: #A0A0A0. Windows color (decimal): -4477174 or 700347. OLE color: 700347.
HSL color Cylindrical-coordinate representation of color #BBAF0A: hue angle of 55.93º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBAF0A is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 10 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.27 |
| HSL | 55.93º | 0.9% | 0.39% | - |
| HSV(B) | 55.93º | 0.95% | 0.73% | - |
| XYZ | 35.88 | 41.25 | 6.36 | - |
| YUV | 159.78 | 43.48 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 10 | 0 | 0.06 | 0.95 | 0.27 | 55.93 | 0.9 | 0.39 |
| Hex | BB | AF | A | 0 | 6 | 5F | 1B | 38 | 5A | 27 |
| Octal | 273 | 257 | 12 | 0 | 6 | 137 | 33 | 70 | 132 | 47 |
| Binary | 10111011 | 10101111 | 1010 | 0 | 110 | 1011111 | 11011 | 111000 | 1011010 | 100111 |
Color Harmonies of #BBAF0A
Complementary color
Monochromatic Colors of #BBAF0A
Black with #BBAF0A
Text Example
Text Example
White with #BBAF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF0A; }
p { color: rgb(187,175,10); }
H1.HeaderClassName
{
color: #BBAF0A;
}
.AnyTagClassName
{
color: #BBAF0A;
}
</style>
background-color css
<style>
a { background-color: #BBAF0A; }
a { background-color: rgb(187,175,10); }
div.DivClassName
{
background-color: #BBAF0A;
}
.BgClassName
{
background-color: #BBAF0A;
}
</style>
border-color css
<style>
span { border-color: #BBAF0A; }
span { border-color: rgb(187,175,10); }
td.TdClassName
{
border-color: #BBAF0A;
}
.TagClassName
{
border-color: #BBAF0A;
}
</style>