Shades of La Rioja #B2B403
Tints of La Rioja #B2B403
RGB
CMYK
RGB Variations
Color information
#B2B403 (or 0xB2B403) is known color: La Rioja. HEX triplet: B2, B4 and 03. RGB value is (178,180,3). Sum of RGB (Red+Green+Blue) = 178+180+3=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B403 is #4D4BFC. Grayscale: #9F9F9F. Windows color (decimal): -5065725 or 242866. OLE color: 242866.
HSL color Cylindrical-coordinate representation of color #B2B403: hue angle of 60.68º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2B403 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 3 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.29 |
| HSL | 60.68º | 0.97% | 0.36% | - |
| HSV(B) | 60.68º | 0.98% | 0.71% | - |
| XYZ | 34.7 | 42.11 | 6.39 | - |
| YUV | 159.22 | 39.84 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 3 | 0.01 | 0 | 0.98 | 0.29 | 60.68 | 0.97 | 0.36 |
| Hex | B2 | B4 | 3 | 1 | 0 | 62 | 1D | 3D | 61 | 24 |
| Octal | 262 | 264 | 3 | 1 | 0 | 142 | 35 | 75 | 141 | 44 |
| Binary | 10110010 | 10110100 | 11 | 1 | 0 | 1100010 | 11101 | 111101 | 1100001 | 100100 |
Color Harmonies of #B2B403
Complementary color
Monochromatic Colors of #B2B403
Black with #B2B403
Text Example
Text Example
White with #B2B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B403; }
p { color: rgb(178,180,3); }
H1.HeaderClassName
{
color: #B2B403;
}
.AnyTagClassName
{
color: #B2B403;
}
</style>
background-color css
<style>
a { background-color: #B2B403; }
a { background-color: rgb(178,180,3); }
div.DivClassName
{
background-color: #B2B403;
}
.BgClassName
{
background-color: #B2B403;
}
</style>
border-color css
<style>
span { border-color: #B2B403; }
span { border-color: rgb(178,180,3); }
td.TdClassName
{
border-color: #B2B403;
}
.TagClassName
{
border-color: #B2B403;
}
</style>