Shades of La Rioja #BDB208
Tints of La Rioja #BDB208
RGB
CMYK
RGB Variations
Color information
#BDB208 (or 0xBDB208) is known color: La Rioja. HEX triplet: BD, B2 and 08. RGB value is (189,178,8). Sum of RGB (Red+Green+Blue) = 189+178+8=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB208 is #424DF7. Grayscale: #A2A2A2. Windows color (decimal): -4345336 or 570045. OLE color: 570045.
HSL color Cylindrical-coordinate representation of color #BDB208: hue angle of 56.35º 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 #BDB208 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.26 |
| HSL | 56.35º | 0.92% | 0.39% | - |
| HSV(B) | 56.35º | 0.96% | 0.74% | - |
| XYZ | 36.95 | 42.68 | 6.52 | - |
| YUV | 161.91 | 41.14 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 8 | 0 | 0.06 | 0.96 | 0.26 | 56.35 | 0.92 | 0.39 |
| Hex | BD | B2 | 8 | 0 | 6 | 60 | 1A | 38 | 5C | 27 |
| Octal | 275 | 262 | 10 | 0 | 6 | 140 | 32 | 70 | 134 | 47 |
| Binary | 10111101 | 10110010 | 1000 | 0 | 110 | 1100000 | 11010 | 111000 | 1011100 | 100111 |
Color Harmonies of #BDB208
Complementary color
Monochromatic Colors of #BDB208
Black with #BDB208
Text Example
Text Example
White with #BDB208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB208; }
p { color: rgb(189,178,8); }
H1.HeaderClassName
{
color: #BDB208;
}
.AnyTagClassName
{
color: #BDB208;
}
</style>
background-color css
<style>
a { background-color: #BDB208; }
a { background-color: rgb(189,178,8); }
div.DivClassName
{
background-color: #BDB208;
}
.BgClassName
{
background-color: #BDB208;
}
</style>
border-color css
<style>
span { border-color: #BDB208; }
span { border-color: rgb(189,178,8); }
td.TdClassName
{
border-color: #BDB208;
}
.TagClassName
{
border-color: #BDB208;
}
</style>