Shades of La Rioja #BCB109
Tints of La Rioja #BCB109
RGB
CMYK
RGB Variations
Color information
#BCB109 (or 0xBCB109) is known color: La Rioja. HEX triplet: BC, B1 and 09. RGB value is (188,177,9). Sum of RGB (Red+Green+Blue) = 188+177+9=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB109 is #434EF6. Grayscale: #A1A1A1. Windows color (decimal): -4411127 or 635324. OLE color: 635324.
HSL color Cylindrical-coordinate representation of color #BCB109: hue angle of 56.31º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCB109 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 9 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.26 |
| HSL | 56.31º | 0.91% | 0.39% | - |
| HSV(B) | 56.31º | 0.95% | 0.74% | - |
| XYZ | 36.51 | 42.16 | 6.47 | - |
| YUV | 161.14 | 42.14 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 9 | 0 | 0.06 | 0.95 | 0.26 | 56.31 | 0.91 | 0.39 |
| Hex | BC | B1 | 9 | 0 | 6 | 5F | 1A | 38 | 5B | 27 |
| Octal | 274 | 261 | 11 | 0 | 6 | 137 | 32 | 70 | 133 | 47 |
| Binary | 10111100 | 10110001 | 1001 | 0 | 110 | 1011111 | 11010 | 111000 | 1011011 | 100111 |
Color Harmonies of #BCB109
Complementary color
Monochromatic Colors of #BCB109
Black with #BCB109
Text Example
Text Example
White with #BCB109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB109; }
p { color: rgb(188,177,9); }
H1.HeaderClassName
{
color: #BCB109;
}
.AnyTagClassName
{
color: #BCB109;
}
</style>
background-color css
<style>
a { background-color: #BCB109; }
a { background-color: rgb(188,177,9); }
div.DivClassName
{
background-color: #BCB109;
}
.BgClassName
{
background-color: #BCB109;
}
</style>
border-color css
<style>
span { border-color: #BCB109; }
span { border-color: rgb(188,177,9); }
td.TdClassName
{
border-color: #BCB109;
}
.TagClassName
{
border-color: #BCB109;
}
</style>