Shades of La Rioja #B5B00C
Tints of La Rioja #B5B00C
RGB
CMYK
RGB Variations
Color information
#B5B00C (or 0xB5B00C) is known color: La Rioja. HEX triplet: B5, B0 and 0C. RGB value is (181,176,12). Sum of RGB (Red+Green+Blue) = 181+176+12=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B00C is #4A4FF3. Grayscale: #9F9F9F. Windows color (decimal): -4870132 or 831669. OLE color: 831669.
HSL color Cylindrical-coordinate representation of color #B5B00C: hue angle of 58.22º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5B00C is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 12 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.29 |
| HSL | 58.22º | 0.88% | 0.38% | - |
| HSV(B) | 58.22º | 0.93% | 0.71% | - |
| XYZ | 34.65 | 40.9 | 6.42 | - |
| YUV | 158.8 | 45.16 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 12 | 0 | 0.03 | 0.93 | 0.29 | 58.22 | 0.88 | 0.38 |
| Hex | B5 | B0 | C | 0 | 3 | 5D | 1D | 3A | 58 | 26 |
| Octal | 265 | 260 | 14 | 0 | 3 | 135 | 35 | 72 | 130 | 46 |
| Binary | 10110101 | 10110000 | 1100 | 0 | 11 | 1011101 | 11101 | 111010 | 1011000 | 100110 |
Color Harmonies of #B5B00C
Complementary color
Monochromatic Colors of #B5B00C
Black with #B5B00C
Text Example
Text Example
White with #B5B00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B00C; }
p { color: rgb(181,176,12); }
H1.HeaderClassName
{
color: #B5B00C;
}
.AnyTagClassName
{
color: #B5B00C;
}
</style>
background-color css
<style>
a { background-color: #B5B00C; }
a { background-color: rgb(181,176,12); }
div.DivClassName
{
background-color: #B5B00C;
}
.BgClassName
{
background-color: #B5B00C;
}
</style>
border-color css
<style>
span { border-color: #B5B00C; }
span { border-color: rgb(181,176,12); }
td.TdClassName
{
border-color: #B5B00C;
}
.TagClassName
{
border-color: #B5B00C;
}
</style>