Shades of La Rioja #B8B711
Tints of La Rioja #B8B711
RGB
CMYK
RGB Variations
Color information
#B8B711 (or 0xB8B711) is known color: La Rioja. HEX triplet: B8, B7 and 11. RGB value is (184,183,17). Sum of RGB (Red+Green+Blue) = 184+183+17=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8B711 is #4748EE. Grayscale: #A5A5A5. Windows color (decimal): -4671727 or 1161144. OLE color: 1161144.
HSL color Cylindrical-coordinate representation of color #B8B711: hue angle of 59.64º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8B711 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 183 | 17 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.28 |
| HSL | 59.64º | 0.83% | 0.39% | - |
| HSV(B) | 59.64º | 0.91% | 0.72% | - |
| XYZ | 36.8 | 44.1 | 7.1 | - |
| YUV | 164.38 | 44.83 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 183 | 17 | 0 | 0.01 | 0.91 | 0.28 | 59.64 | 0.83 | 0.39 |
| Hex | B8 | B7 | 11 | 0 | 1 | 5B | 1C | 3C | 53 | 27 |
| Octal | 270 | 267 | 21 | 0 | 1 | 133 | 34 | 74 | 123 | 47 |
| Binary | 10111000 | 10110111 | 10001 | 0 | 1 | 1011011 | 11100 | 111100 | 1010011 | 100111 |
Color Harmonies of #B8B711
Complementary color
Monochromatic Colors of #B8B711
Black with #B8B711
Text Example
Text Example
White with #B8B711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B711; }
p { color: rgb(184,183,17); }
H1.HeaderClassName
{
color: #B8B711;
}
.AnyTagClassName
{
color: #B8B711;
}
</style>
background-color css
<style>
a { background-color: #B8B711; }
a { background-color: rgb(184,183,17); }
div.DivClassName
{
background-color: #B8B711;
}
.BgClassName
{
background-color: #B8B711;
}
</style>
border-color css
<style>
span { border-color: #B8B711; }
span { border-color: rgb(184,183,17); }
td.TdClassName
{
border-color: #B8B711;
}
.TagClassName
{
border-color: #B8B711;
}
</style>