Shades of La Rioja #B4B00F
Tints of La Rioja #B4B00F
RGB
CMYK
RGB Variations
Color information
#B4B00F (or 0xB4B00F) is known color: La Rioja. HEX triplet: B4, B0 and 0F. RGB value is (180,176,15). Sum of RGB (Red+Green+Blue) = 180+176+15=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4B00F is #4B4FF0. Grayscale: #9F9F9F. Windows color (decimal): -4935665 or 1028276. OLE color: 1028276.
HSL color Cylindrical-coordinate representation of color #B4B00F: hue angle of 58.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4B00F is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 15 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.29 |
| HSL | 58.55º | 0.85% | 0.38% | - |
| HSV(B) | 58.55º | 0.92% | 0.71% | - |
| XYZ | 34.43 | 40.79 | 6.51 | - |
| YUV | 158.84 | 46.83 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 15 | 0 | 0.02 | 0.92 | 0.29 | 58.55 | 0.85 | 0.38 |
| Hex | B4 | B0 | F | 0 | 2 | 5C | 1D | 3B | 55 | 26 |
| Octal | 264 | 260 | 17 | 0 | 2 | 134 | 35 | 73 | 125 | 46 |
| Binary | 10110100 | 10110000 | 1111 | 0 | 10 | 1011100 | 11101 | 111011 | 1010101 | 100110 |
Color Harmonies of #B4B00F
Complementary color
Monochromatic Colors of #B4B00F
Black with #B4B00F
Text Example
Text Example
White with #B4B00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B00F; }
p { color: rgb(180,176,15); }
H1.HeaderClassName
{
color: #B4B00F;
}
.AnyTagClassName
{
color: #B4B00F;
}
</style>
background-color css
<style>
a { background-color: #B4B00F; }
a { background-color: rgb(180,176,15); }
div.DivClassName
{
background-color: #B4B00F;
}
.BgClassName
{
background-color: #B4B00F;
}
</style>
border-color css
<style>
span { border-color: #B4B00F; }
span { border-color: rgb(180,176,15); }
td.TdClassName
{
border-color: #B4B00F;
}
.TagClassName
{
border-color: #B4B00F;
}
</style>