Shades of La Rioja #BCB008
Tints of La Rioja #BCB008
RGB
CMYK
RGB Variations
Color information
#BCB008 (or 0xBCB008) is known color: La Rioja. HEX triplet: BC, B0 and 08. RGB value is (188,176,8). Sum of RGB (Red+Green+Blue) = 188+176+8=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB008 is #434FF7. Grayscale: #A1A1A1. Windows color (decimal): -4411384 or 569532. OLE color: 569532.
HSL color Cylindrical-coordinate representation of color #BCB008: hue angle of 56º 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 #BCB008 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.26 |
| HSL | 56º | 0.92% | 0.38% | - |
| HSV(B) | 56º | 0.96% | 0.74% | - |
| XYZ | 36.31 | 41.76 | 6.38 | - |
| YUV | 160.44 | 41.98 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 8 | 0 | 0.06 | 0.96 | 0.26 | 56 | 0.92 | 0.38 |
| Hex | BC | B0 | 8 | 0 | 6 | 60 | 1A | 38 | 5C | 26 |
| Octal | 274 | 260 | 10 | 0 | 6 | 140 | 32 | 70 | 134 | 46 |
| Binary | 10111100 | 10110000 | 1000 | 0 | 110 | 1100000 | 11010 | 111000 | 1011100 | 100110 |
Color Harmonies of #BCB008
Complementary color
Monochromatic Colors of #BCB008
Black with #BCB008
Text Example
Text Example
White with #BCB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB008; }
p { color: rgb(188,176,8); }
H1.HeaderClassName
{
color: #BCB008;
}
.AnyTagClassName
{
color: #BCB008;
}
</style>
background-color css
<style>
a { background-color: #BCB008; }
a { background-color: rgb(188,176,8); }
div.DivClassName
{
background-color: #BCB008;
}
.BgClassName
{
background-color: #BCB008;
}
</style>
border-color css
<style>
span { border-color: #BCB008; }
span { border-color: rgb(188,176,8); }
td.TdClassName
{
border-color: #BCB008;
}
.TagClassName
{
border-color: #BCB008;
}
</style>