Shades of La Rioja #BDB908
Tints of La Rioja #BDB908
RGB
CMYK
RGB Variations
Color information
#BDB908 (or 0xBDB908) is known color: La Rioja. HEX triplet: BD, B9 and 08. RGB value is (189,185,8). Sum of RGB (Red+Green+Blue) = 189+185+8=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB908 is #4246F7. Grayscale: #A6A6A6. Windows color (decimal): -4343544 or 571837. OLE color: 571837.
HSL color Cylindrical-coordinate representation of color #BDB908: hue angle of 58.67º 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 #BDB908 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 8 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.26 |
| HSL | 58.67º | 0.92% | 0.39% | - |
| HSV(B) | 58.67º | 0.96% | 0.74% | - |
| XYZ | 38.38 | 45.53 | 7 | - |
| YUV | 166.02 | 38.83 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 8 | 0 | 0.02 | 0.96 | 0.26 | 58.67 | 0.92 | 0.39 |
| Hex | BD | B9 | 8 | 0 | 2 | 60 | 1A | 3B | 5C | 27 |
| Octal | 275 | 271 | 10 | 0 | 2 | 140 | 32 | 73 | 134 | 47 |
| Binary | 10111101 | 10111001 | 1000 | 0 | 10 | 1100000 | 11010 | 111011 | 1011100 | 100111 |
Color Harmonies of #BDB908
Complementary color
Monochromatic Colors of #BDB908
Black with #BDB908
Text Example
Text Example
White with #BDB908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB908; }
p { color: rgb(189,185,8); }
H1.HeaderClassName
{
color: #BDB908;
}
.AnyTagClassName
{
color: #BDB908;
}
</style>
background-color css
<style>
a { background-color: #BDB908; }
a { background-color: rgb(189,185,8); }
div.DivClassName
{
background-color: #BDB908;
}
.BgClassName
{
background-color: #BDB908;
}
</style>
border-color css
<style>
span { border-color: #BDB908; }
span { border-color: rgb(189,185,8); }
td.TdClassName
{
border-color: #BDB908;
}
.TagClassName
{
border-color: #BDB908;
}
</style>