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