Shades of Rio Grande #B8BA1B
Tints of Rio Grande #B8BA1B
RGB
CMYK
RGB Variations
Color information
#B8BA1B (or 0xB8BA1B) is known color: Rio Grande. HEX triplet: B8, BA and 1B. RGB value is (184,186,27). Sum of RGB (Red+Green+Blue) = 184+186+27=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BA1B is #4745E4. Grayscale: #A7A7A7. Windows color (decimal): -4670949 or 1817272. OLE color: 1817272.
HSL color Cylindrical-coordinate representation of color #B8BA1B: hue angle of 60.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8BA1B is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 27 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.27 |
| HSL | 60.75º | 0.75% | 0.42% | - |
| HSV(B) | 60.75º | 0.85% | 0.73% | - |
| XYZ | 37.52 | 45.39 | 7.82 | - |
| YUV | 167.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 27 | 0.01 | 0 | 0.85 | 0.27 | 60.75 | 0.75 | 0.42 |
| Hex | B8 | BA | 1B | 1 | 0 | 55 | 1B | 3D | 4B | 2A |
| Octal | 270 | 272 | 33 | 1 | 0 | 125 | 33 | 75 | 113 | 52 |
| Binary | 10111000 | 10111010 | 11011 | 1 | 0 | 1010101 | 11011 | 111101 | 1001011 | 101010 |
Color Harmonies of #B8BA1B
Complementary color
Monochromatic Colors of #B8BA1B
Black with #B8BA1B
Text Example
Text Example
White with #B8BA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA1B; }
p { color: rgb(184,186,27); }
H1.HeaderClassName
{
color: #B8BA1B;
}
.AnyTagClassName
{
color: #B8BA1B;
}
</style>
background-color css
<style>
a { background-color: #B8BA1B; }
a { background-color: rgb(184,186,27); }
div.DivClassName
{
background-color: #B8BA1B;
}
.BgClassName
{
background-color: #B8BA1B;
}
</style>
border-color css
<style>
span { border-color: #B8BA1B; }
span { border-color: rgb(184,186,27); }
td.TdClassName
{
border-color: #B8BA1B;
}
.TagClassName
{
border-color: #B8BA1B;
}
</style>