Shades of La Rioja #BDB108
Tints of La Rioja #BDB108
RGB
CMYK
RGB Variations
Color information
#BDB108 (or 0xBDB108) is known color: La Rioja. HEX triplet: BD, B1 and 08. RGB value is (189,177,8). Sum of RGB (Red+Green+Blue) = 189+177+8=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB108 is #424EF7. Grayscale: #A2A2A2. Windows color (decimal): -4345592 or 569789. OLE color: 569789.
HSL color Cylindrical-coordinate representation of color #BDB108: hue angle of 56.02º 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 #BDB108 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.26 |
| HSL | 56.02º | 0.92% | 0.39% | - |
| HSV(B) | 56.02º | 0.96% | 0.74% | - |
| XYZ | 36.75 | 42.28 | 6.45 | - |
| YUV | 161.32 | 41.48 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 8 | 0 | 0.06 | 0.96 | 0.26 | 56.02 | 0.92 | 0.39 |
| Hex | BD | B1 | 8 | 0 | 6 | 60 | 1A | 38 | 5C | 27 |
| Octal | 275 | 261 | 10 | 0 | 6 | 140 | 32 | 70 | 134 | 47 |
| Binary | 10111101 | 10110001 | 1000 | 0 | 110 | 1100000 | 11010 | 111000 | 1011100 | 100111 |
Color Harmonies of #BDB108
Complementary color
Monochromatic Colors of #BDB108
Black with #BDB108
Text Example
Text Example
White with #BDB108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB108; }
p { color: rgb(189,177,8); }
H1.HeaderClassName
{
color: #BDB108;
}
.AnyTagClassName
{
color: #BDB108;
}
</style>
background-color css
<style>
a { background-color: #BDB108; }
a { background-color: rgb(189,177,8); }
div.DivClassName
{
background-color: #BDB108;
}
.BgClassName
{
background-color: #BDB108;
}
</style>
border-color css
<style>
span { border-color: #BDB108; }
span { border-color: rgb(189,177,8); }
td.TdClassName
{
border-color: #BDB108;
}
.TagClassName
{
border-color: #BDB108;
}
</style>