Shades of La Rioja #B3AF01
Tints of La Rioja #B3AF01
RGB
CMYK
RGB Variations
Color information
#B3AF01 (or 0xB3AF01) is known color: La Rioja. HEX triplet: B3, AF and 01. RGB value is (179,175,1). Sum of RGB (Red+Green+Blue) = 179+175+1=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3AF01 is #4C50FE. Grayscale: #9D9D9D. Windows color (decimal): -5001471 or 110515. OLE color: 110515.
HSL color Cylindrical-coordinate representation of color #B3AF01: hue angle of 58.65º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3AF01 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 175 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.30 |
| HSL | 58.65º | 0.99% | 0.35% | - |
| HSV(B) | 58.65º | 0.99% | 0.7% | - |
| XYZ | 33.93 | 40.25 | 6.01 | - |
| YUV | 156.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 1 | 0 | 0.02 | 0.99 | 0.30 | 58.65 | 0.99 | 0.35 |
| Hex | B3 | AF | 1 | 0 | 2 | 63 | 1E | 3B | 63 | 23 |
| Octal | 263 | 257 | 1 | 0 | 2 | 143 | 36 | 73 | 143 | 43 |
| Binary | 10110011 | 10101111 | 1 | 0 | 10 | 1100011 | 11110 | 111011 | 1100011 | 100011 |
Color Harmonies of #B3AF01
Complementary color
Monochromatic Colors of #B3AF01
Black with #B3AF01
Text Example
Text Example
White with #B3AF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AF01; }
p { color: rgb(179,175,1); }
H1.HeaderClassName
{
color: #B3AF01;
}
.AnyTagClassName
{
color: #B3AF01;
}
</style>
background-color css
<style>
a { background-color: #B3AF01; }
a { background-color: rgb(179,175,1); }
div.DivClassName
{
background-color: #B3AF01;
}
.BgClassName
{
background-color: #B3AF01;
}
</style>
border-color css
<style>
span { border-color: #B3AF01; }
span { border-color: rgb(179,175,1); }
td.TdClassName
{
border-color: #B3AF01;
}
.TagClassName
{
border-color: #B3AF01;
}
</style>