Shades of La Rioja #BDB708
Tints of La Rioja #BDB708
RGB
CMYK
RGB Variations
Color information
#BDB708 (or 0xBDB708) is known color: La Rioja. HEX triplet: BD, B7 and 08. RGB value is (189,183,8). Sum of RGB (Red+Green+Blue) = 189+183+8=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB708 is #4248F7. Grayscale: #A5A5A5. Windows color (decimal): -4344056 or 571325. OLE color: 571325.
HSL color Cylindrical-coordinate representation of color #BDB708: hue angle of 58.01º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDB708 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 8 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.26 |
| HSL | 58.01º | 0.92% | 0.39% | - |
| HSV(B) | 58.01º | 0.96% | 0.74% | - |
| XYZ | 37.96 | 44.7 | 6.86 | - |
| YUV | 164.84 | 39.49 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 8 | 0 | 0.03 | 0.96 | 0.26 | 58.01 | 0.92 | 0.39 |
| Hex | BD | B7 | 8 | 0 | 3 | 60 | 1A | 3A | 5C | 27 |
| Octal | 275 | 267 | 10 | 0 | 3 | 140 | 32 | 72 | 134 | 47 |
| Binary | 10111101 | 10110111 | 1000 | 0 | 11 | 1100000 | 11010 | 111010 | 1011100 | 100111 |
Color Harmonies of #BDB708
Complementary color
Monochromatic Colors of #BDB708
Black with #BDB708
Text Example
Text Example
White with #BDB708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB708; }
p { color: rgb(189,183,8); }
H1.HeaderClassName
{
color: #BDB708;
}
.AnyTagClassName
{
color: #BDB708;
}
</style>
background-color css
<style>
a { background-color: #BDB708; }
a { background-color: rgb(189,183,8); }
div.DivClassName
{
background-color: #BDB708;
}
.BgClassName
{
background-color: #BDB708;
}
</style>
border-color css
<style>
span { border-color: #BDB708; }
span { border-color: rgb(189,183,8); }
td.TdClassName
{
border-color: #BDB708;
}
.TagClassName
{
border-color: #BDB708;
}
</style>