Shades of La Rioja #BDB807
Tints of La Rioja #BDB807
RGB
CMYK
RGB Variations
Color information
#BDB807 (or 0xBDB807) is known color: La Rioja. HEX triplet: BD, B8 and 07. RGB value is (189,184,7). Sum of RGB (Red+Green+Blue) = 189+184+7=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB807 is #4247F8. Grayscale: #A6A6A6. Windows color (decimal): -4343801 or 506045. OLE color: 506045.
HSL color Cylindrical-coordinate representation of color #BDB807: hue angle of 58.35º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDB807 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 7 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.26 |
| HSL | 58.35º | 0.93% | 0.38% | - |
| HSV(B) | 58.35º | 0.96% | 0.74% | - |
| XYZ | 38.17 | 45.12 | 6.9 | - |
| YUV | 165.32 | 38.66 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 7 | 0 | 0.03 | 0.96 | 0.26 | 58.35 | 0.93 | 0.38 |
| Hex | BD | B8 | 7 | 0 | 3 | 60 | 1A | 3A | 5D | 26 |
| Octal | 275 | 270 | 7 | 0 | 3 | 140 | 32 | 72 | 135 | 46 |
| Binary | 10111101 | 10111000 | 111 | 0 | 11 | 1100000 | 11010 | 111010 | 1011101 | 100110 |
Color Harmonies of #BDB807
Complementary color
Monochromatic Colors of #BDB807
Black with #BDB807
Text Example
Text Example
White with #BDB807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB807; }
p { color: rgb(189,184,7); }
H1.HeaderClassName
{
color: #BDB807;
}
.AnyTagClassName
{
color: #BDB807;
}
</style>
background-color css
<style>
a { background-color: #BDB807; }
a { background-color: rgb(189,184,7); }
div.DivClassName
{
background-color: #BDB807;
}
.BgClassName
{
background-color: #BDB807;
}
</style>
border-color css
<style>
span { border-color: #BDB807; }
span { border-color: rgb(189,184,7); }
td.TdClassName
{
border-color: #BDB807;
}
.TagClassName
{
border-color: #BDB807;
}
</style>