Shades of La Rioja #BFB408
Tints of La Rioja #BFB408
RGB
CMYK
RGB Variations
Color information
#BFB408 (or 0xBFB408) is known color: La Rioja. HEX triplet: BF, B4 and 08. RGB value is (191,180,8). Sum of RGB (Red+Green+Blue) = 191+180+8=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB408 is #404BF7. Grayscale: #A4A4A4. Windows color (decimal): -4213752 or 570559. OLE color: 570559.
HSL color Cylindrical-coordinate representation of color #BFB408: hue angle of 56.39º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFB408 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.25 |
| HSL | 56.39º | 0.92% | 0.39% | - |
| HSV(B) | 56.39º | 0.96% | 0.75% | - |
| XYZ | 37.85 | 43.74 | 6.68 | - |
| YUV | 163.68 | 40.14 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 8 | 0 | 0.06 | 0.96 | 0.25 | 56.39 | 0.92 | 0.39 |
| Hex | BF | B4 | 8 | 0 | 6 | 60 | 19 | 38 | 5C | 27 |
| Octal | 277 | 264 | 10 | 0 | 6 | 140 | 31 | 70 | 134 | 47 |
| Binary | 10111111 | 10110100 | 1000 | 0 | 110 | 1100000 | 11001 | 111000 | 1011100 | 100111 |
Color Harmonies of #BFB408
Complementary color
Monochromatic Colors of #BFB408
Black with #BFB408
Text Example
Text Example
White with #BFB408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB408; }
p { color: rgb(191,180,8); }
H1.HeaderClassName
{
color: #BFB408;
}
.AnyTagClassName
{
color: #BFB408;
}
</style>
background-color css
<style>
a { background-color: #BFB408; }
a { background-color: rgb(191,180,8); }
div.DivClassName
{
background-color: #BFB408;
}
.BgClassName
{
background-color: #BFB408;
}
</style>
border-color css
<style>
span { border-color: #BFB408; }
span { border-color: rgb(191,180,8); }
td.TdClassName
{
border-color: #BFB408;
}
.TagClassName
{
border-color: #BFB408;
}
</style>