Shades of La Rioja #BDB206
Tints of La Rioja #BDB206
RGB
CMYK
RGB Variations
Color information
#BDB206 (or 0xBDB206) is known color: La Rioja. HEX triplet: BD, B2 and 06. RGB value is (189,178,6). Sum of RGB (Red+Green+Blue) = 189+178+6=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 6 (2.73% from 255 or 1.61% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB206 is #424DF9. Grayscale: #A2A2A2. Windows color (decimal): -4345338 or 438973. OLE color: 438973.
HSL color Cylindrical-coordinate representation of color #BDB206: hue angle of 56.39º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDB206 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 6 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.26 |
| HSL | 56.39º | 0.94% | 0.38% | - |
| HSV(B) | 56.39º | 0.97% | 0.74% | - |
| XYZ | 36.94 | 42.67 | 6.46 | - |
| YUV | 161.68 | 40.14 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 6 | 0 | 0.06 | 0.97 | 0.26 | 56.39 | 0.94 | 0.38 |
| Hex | BD | B2 | 6 | 0 | 6 | 61 | 1A | 38 | 5E | 26 |
| Octal | 275 | 262 | 6 | 0 | 6 | 141 | 32 | 70 | 136 | 46 |
| Binary | 10111101 | 10110010 | 110 | 0 | 110 | 1100001 | 11010 | 111000 | 1011110 | 100110 |
Color Harmonies of #BDB206
Complementary color
Monochromatic Colors of #BDB206
Black with #BDB206
Text Example
Text Example
White with #BDB206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB206; }
p { color: rgb(189,178,6); }
H1.HeaderClassName
{
color: #BDB206;
}
.AnyTagClassName
{
color: #BDB206;
}
</style>
background-color css
<style>
a { background-color: #BDB206; }
a { background-color: rgb(189,178,6); }
div.DivClassName
{
background-color: #BDB206;
}
.BgClassName
{
background-color: #BDB206;
}
</style>
border-color css
<style>
span { border-color: #BDB206; }
span { border-color: rgb(189,178,6); }
td.TdClassName
{
border-color: #BDB206;
}
.TagClassName
{
border-color: #BDB206;
}
</style>