Shades of Rio Grande #B8BB1F
Tints of Rio Grande #B8BB1F
RGB
CMYK
RGB Variations
Color information
#B8BB1F (or 0xB8BB1F) is known color: Rio Grande. HEX triplet: B8, BB and 1F. RGB value is (184,187,31). Sum of RGB (Red+Green+Blue) = 184+187+31=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BB1F is #4744E0. Grayscale: #A8A8A8. Windows color (decimal): -4670689 or 2079672. OLE color: 2079672.
HSL color Cylindrical-coordinate representation of color #B8BB1F: hue angle of 61.15º degrees, saturation: 0.72, 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 #B8BB1F is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 187 | 31 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.27 |
| HSL | 61.15º | 0.72% | 0.43% | - |
| HSV(B) | 61.15º | 0.83% | 0.73% | - |
| XYZ | 37.78 | 45.83 | 8.15 | - |
| YUV | 168.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 187 | 31 | 0.02 | 0 | 0.83 | 0.27 | 61.15 | 0.72 | 0.43 |
| Hex | B8 | BB | 1F | 2 | 0 | 53 | 1B | 3D | 48 | 2B |
| Octal | 270 | 273 | 37 | 2 | 0 | 123 | 33 | 75 | 110 | 53 |
| Binary | 10111000 | 10111011 | 11111 | 10 | 0 | 1010011 | 11011 | 111101 | 1001000 | 101011 |
Color Harmonies of #B8BB1F
Complementary color
Monochromatic Colors of #B8BB1F
Black with #B8BB1F
Text Example
Text Example
White with #B8BB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BB1F; }
p { color: rgb(184,187,31); }
H1.HeaderClassName
{
color: #B8BB1F;
}
.AnyTagClassName
{
color: #B8BB1F;
}
</style>
background-color css
<style>
a { background-color: #B8BB1F; }
a { background-color: rgb(184,187,31); }
div.DivClassName
{
background-color: #B8BB1F;
}
.BgClassName
{
background-color: #B8BB1F;
}
</style>
border-color css
<style>
span { border-color: #B8BB1F; }
span { border-color: rgb(184,187,31); }
td.TdClassName
{
border-color: #B8BB1F;
}
.TagClassName
{
border-color: #B8BB1F;
}
</style>