Shades of La Rioja #B6B301
Tints of La Rioja #B6B301
RGB
CMYK
RGB Variations
Color information
#B6B301 (or 0xB6B301) is known color: La Rioja. HEX triplet: B6, B3 and 01. RGB value is (182,179,1). Sum of RGB (Red+Green+Blue) = 182+179+1=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B301 is #494CFE. Grayscale: #A0A0A0. Windows color (decimal): -4803839 or 111542. OLE color: 111542.
HSL color Cylindrical-coordinate representation of color #B6B301: hue angle of 59.01º 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 #B6B301 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 179 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.29 |
| HSL | 59.01º | 0.99% | 0.36% | - |
| HSV(B) | 59.01º | 0.99% | 0.71% | - |
| XYZ | 35.42 | 42.19 | 6.31 | - |
| YUV | 159.61 | 38.49 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 179 | 1 | 0 | 0.02 | 0.99 | 0.29 | 59.01 | 0.99 | 0.36 |
| Hex | B6 | B3 | 1 | 0 | 2 | 63 | 1D | 3B | 63 | 24 |
| Octal | 266 | 263 | 1 | 0 | 2 | 143 | 35 | 73 | 143 | 44 |
| Binary | 10110110 | 10110011 | 1 | 0 | 10 | 1100011 | 11101 | 111011 | 1100011 | 100100 |
Color Harmonies of #B6B301
Complementary color
Monochromatic Colors of #B6B301
Black with #B6B301
Text Example
Text Example
White with #B6B301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B301; }
p { color: rgb(182,179,1); }
H1.HeaderClassName
{
color: #B6B301;
}
.AnyTagClassName
{
color: #B6B301;
}
</style>
background-color css
<style>
a { background-color: #B6B301; }
a { background-color: rgb(182,179,1); }
div.DivClassName
{
background-color: #B6B301;
}
.BgClassName
{
background-color: #B6B301;
}
</style>
border-color css
<style>
span { border-color: #B6B301; }
span { border-color: rgb(182,179,1); }
td.TdClassName
{
border-color: #B6B301;
}
.TagClassName
{
border-color: #B6B301;
}
</style>