Shades of La Rioja #BCAB08
Tints of La Rioja #BCAB08
RGB
CMYK
RGB Variations
Color information
#BCAB08 (or 0xBCAB08) is known color: La Rioja. HEX triplet: BC, AB and 08. RGB value is (188,171,8). Sum of RGB (Red+Green+Blue) = 188+171+8=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB08 is #4354F7. Grayscale: #9E9E9E. Windows color (decimal): -4412664 or 568252. OLE color: 568252.
HSL color Cylindrical-coordinate representation of color #BCAB08: hue angle of 54.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCAB08 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 8 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.26 |
| HSL | 54.33º | 0.92% | 0.38% | - |
| HSV(B) | 54.33º | 0.96% | 0.74% | - |
| XYZ | 35.35 | 39.83 | 6.06 | - |
| YUV | 157.5 | 43.63 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 8 | 0 | 0.09 | 0.96 | 0.26 | 54.33 | 0.92 | 0.38 |
| Hex | BC | AB | 8 | 0 | 9 | 60 | 1A | 36 | 5C | 26 |
| Octal | 274 | 253 | 10 | 0 | 11 | 140 | 32 | 66 | 134 | 46 |
| Binary | 10111100 | 10101011 | 1000 | 0 | 1001 | 1100000 | 11010 | 110110 | 1011100 | 100110 |
Color Harmonies of #BCAB08
Complementary color
Monochromatic Colors of #BCAB08
Black with #BCAB08
Text Example
Text Example
White with #BCAB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB08; }
p { color: rgb(188,171,8); }
H1.HeaderClassName
{
color: #BCAB08;
}
.AnyTagClassName
{
color: #BCAB08;
}
</style>
background-color css
<style>
a { background-color: #BCAB08; }
a { background-color: rgb(188,171,8); }
div.DivClassName
{
background-color: #BCAB08;
}
.BgClassName
{
background-color: #BCAB08;
}
</style>
border-color css
<style>
span { border-color: #BCAB08; }
span { border-color: rgb(188,171,8); }
td.TdClassName
{
border-color: #BCAB08;
}
.TagClassName
{
border-color: #BCAB08;
}
</style>