Shades of La Rioja #B6B401
Tints of La Rioja #B6B401
RGB
CMYK
RGB Variations
Color information
#B6B401 (or 0xB6B401) is known color: La Rioja. HEX triplet: B6, B4 and 01. RGB value is (182,180,1). Sum of RGB (Red+Green+Blue) = 182+180+1=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B401 is #494BFE. Grayscale: #A0A0A0. Windows color (decimal): -4803583 or 111798. OLE color: 111798.
HSL color Cylindrical-coordinate representation of color #B6B401: hue angle of 59.34º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6B401 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 180 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.29 |
| HSL | 59.34º | 0.99% | 0.36% | - |
| HSV(B) | 59.34º | 0.99% | 0.71% | - |
| XYZ | 35.62 | 42.59 | 6.37 | - |
| YUV | 160.19 | 38.16 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 180 | 1 | 0 | 0.01 | 0.99 | 0.29 | 59.34 | 0.99 | 0.36 |
| Hex | B6 | B4 | 1 | 0 | 1 | 63 | 1D | 3B | 63 | 24 |
| Octal | 266 | 264 | 1 | 0 | 1 | 143 | 35 | 73 | 143 | 44 |
| Binary | 10110110 | 10110100 | 1 | 0 | 1 | 1100011 | 11101 | 111011 | 1100011 | 100100 |
Color Harmonies of #B6B401
Complementary color
Monochromatic Colors of #B6B401
Black with #B6B401
Text Example
Text Example
White with #B6B401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B401; }
p { color: rgb(182,180,1); }
H1.HeaderClassName
{
color: #B6B401;
}
.AnyTagClassName
{
color: #B6B401;
}
</style>
background-color css
<style>
a { background-color: #B6B401; }
a { background-color: rgb(182,180,1); }
div.DivClassName
{
background-color: #B6B401;
}
.BgClassName
{
background-color: #B6B401;
}
</style>
border-color css
<style>
span { border-color: #B6B401; }
span { border-color: rgb(182,180,1); }
td.TdClassName
{
border-color: #B6B401;
}
.TagClassName
{
border-color: #B6B401;
}
</style>