Shades of Rio Grande #B8BA1F
Tints of Rio Grande #B8BA1F
RGB
CMYK
RGB Variations
Color information
#B8BA1F (or 0xB8BA1F) is known color: Rio Grande. HEX triplet: B8, BA and 1F. RGB value is (184,186,31). Sum of RGB (Red+Green+Blue) = 184+186+31=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BA1F is #4745E0. Grayscale: #A8A8A8. Windows color (decimal): -4670945 or 2079416. OLE color: 2079416.
HSL color Cylindrical-coordinate representation of color #B8BA1F: hue angle of 60.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8BA1F is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 31 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.27 |
| HSL | 60.77º | 0.71% | 0.43% | - |
| HSV(B) | 60.77º | 0.83% | 0.73% | - |
| XYZ | 37.57 | 45.41 | 8.08 | - |
| YUV | 167.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 31 | 0.01 | 0 | 0.83 | 0.27 | 60.77 | 0.71 | 0.43 |
| Hex | B8 | BA | 1F | 1 | 0 | 53 | 1B | 3D | 47 | 2B |
| Octal | 270 | 272 | 37 | 1 | 0 | 123 | 33 | 75 | 107 | 53 |
| Binary | 10111000 | 10111010 | 11111 | 1 | 0 | 1010011 | 11011 | 111101 | 1000111 | 101011 |
Color Harmonies of #B8BA1F
Complementary color
Monochromatic Colors of #B8BA1F
Black with #B8BA1F
Text Example
Text Example
White with #B8BA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA1F; }
p { color: rgb(184,186,31); }
H1.HeaderClassName
{
color: #B8BA1F;
}
.AnyTagClassName
{
color: #B8BA1F;
}
</style>
background-color css
<style>
a { background-color: #B8BA1F; }
a { background-color: rgb(184,186,31); }
div.DivClassName
{
background-color: #B8BA1F;
}
.BgClassName
{
background-color: #B8BA1F;
}
</style>
border-color css
<style>
span { border-color: #B8BA1F; }
span { border-color: rgb(184,186,31); }
td.TdClassName
{
border-color: #B8BA1F;
}
.TagClassName
{
border-color: #B8BA1F;
}
</style>