Shades of La Rioja #B9AD0D
Tints of La Rioja #B9AD0D
RGB
CMYK
RGB Variations
Color information
#B9AD0D (or 0xB9AD0D) is known color: La Rioja. HEX triplet: B9, AD and 0D. RGB value is (185,173,13). Sum of RGB (Red+Green+Blue) = 185+173+13=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AD0D is #4652F2. Grayscale: #9F9F9F. Windows color (decimal): -4608755 or 896441. OLE color: 896441.
HSL color Cylindrical-coordinate representation of color #B9AD0D: hue angle of 55.81º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9AD0D is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 13 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.27 |
| HSL | 55.81º | 0.87% | 0.39% | - |
| HSV(B) | 55.81º | 0.93% | 0.73% | - |
| XYZ | 35.02 | 40.23 | 6.3 | - |
| YUV | 158.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 13 | 0 | 0.06 | 0.93 | 0.27 | 55.81 | 0.87 | 0.39 |
| Hex | B9 | AD | D | 0 | 6 | 5D | 1B | 38 | 57 | 27 |
| Octal | 271 | 255 | 15 | 0 | 6 | 135 | 33 | 70 | 127 | 47 |
| Binary | 10111001 | 10101101 | 1101 | 0 | 110 | 1011101 | 11011 | 111000 | 1010111 | 100111 |
Color Harmonies of #B9AD0D
Complementary color
Monochromatic Colors of #B9AD0D
Black with #B9AD0D
Text Example
Text Example
White with #B9AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AD0D; }
p { color: rgb(185,173,13); }
H1.HeaderClassName
{
color: #B9AD0D;
}
.AnyTagClassName
{
color: #B9AD0D;
}
</style>
background-color css
<style>
a { background-color: #B9AD0D; }
a { background-color: rgb(185,173,13); }
div.DivClassName
{
background-color: #B9AD0D;
}
.BgClassName
{
background-color: #B9AD0D;
}
</style>
border-color css
<style>
span { border-color: #B9AD0D; }
span { border-color: rgb(185,173,13); }
td.TdClassName
{
border-color: #B9AD0D;
}
.TagClassName
{
border-color: #B9AD0D;
}
</style>