Shades of La Rioja #BDAB02
Tints of La Rioja #BDAB02
RGB
CMYK
RGB Variations
Color information
#BDAB02 (or 0xBDAB02) is known color: La Rioja. HEX triplet: BD, AB and 02. RGB value is (189,171,2). Sum of RGB (Red+Green+Blue) = 189+171+2=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB02 is #4254FD. Grayscale: #9D9D9D. Windows color (decimal): -4347134 or 175037. OLE color: 175037.
HSL color Cylindrical-coordinate representation of color #BDAB02: hue angle of 54.22º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDAB02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.26 |
| HSL | 54.22º | 0.98% | 0.37% | - |
| HSV(B) | 54.22º | 0.99% | 0.74% | - |
| XYZ | 35.56 | 39.95 | 5.89 | - |
| YUV | 157.12 | 40.46 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 2 | 0 | 0.10 | 0.99 | 0.26 | 54.22 | 0.98 | 0.37 |
| Hex | BD | AB | 2 | 0 | A | 63 | 1A | 36 | 62 | 25 |
| Octal | 275 | 253 | 2 | 0 | 12 | 143 | 32 | 66 | 142 | 45 |
| Binary | 10111101 | 10101011 | 10 | 0 | 1010 | 1100011 | 11010 | 110110 | 1100010 | 100101 |
Color Harmonies of #BDAB02
Complementary color
Monochromatic Colors of #BDAB02
Black with #BDAB02
Text Example
Text Example
White with #BDAB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB02; }
p { color: rgb(189,171,2); }
H1.HeaderClassName
{
color: #BDAB02;
}
.AnyTagClassName
{
color: #BDAB02;
}
</style>
background-color css
<style>
a { background-color: #BDAB02; }
a { background-color: rgb(189,171,2); }
div.DivClassName
{
background-color: #BDAB02;
}
.BgClassName
{
background-color: #BDAB02;
}
</style>
border-color css
<style>
span { border-color: #BDAB02; }
span { border-color: rgb(189,171,2); }
td.TdClassName
{
border-color: #BDAB02;
}
.TagClassName
{
border-color: #BDAB02;
}
</style>