Shades of Rio Grande #B7BB1B
Tints of Rio Grande #B7BB1B
RGB
CMYK
RGB Variations
Color information
#B7BB1B (or 0xB7BB1B) is known color: Rio Grande. HEX triplet: B7, BB and 1B. RGB value is (183,187,27). Sum of RGB (Red+Green+Blue) = 183+187+27=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BB1B is #4844E4. Grayscale: #A8A8A8. Windows color (decimal): -4736229 or 1817527. OLE color: 1817527.
HSL color Cylindrical-coordinate representation of color #B7BB1B: hue angle of 61.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7BB1B is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 187 | 27 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.27 |
| HSL | 61.5º | 0.75% | 0.42% | - |
| HSV(B) | 61.5º | 0.86% | 0.73% | - |
| XYZ | 37.5 | 45.69 | 7.88 | - |
| YUV | 167.56 | 48.67 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 27 | 0.02 | 0 | 0.86 | 0.27 | 61.5 | 0.75 | 0.42 |
| Hex | B7 | BB | 1B | 2 | 0 | 56 | 1B | 3E | 4B | 2A |
| Octal | 267 | 273 | 33 | 2 | 0 | 126 | 33 | 76 | 113 | 52 |
| Binary | 10110111 | 10111011 | 11011 | 10 | 0 | 1010110 | 11011 | 111110 | 1001011 | 101010 |
Color Harmonies of #B7BB1B
Complementary color
Monochromatic Colors of #B7BB1B
Black with #B7BB1B
Text Example
Text Example
White with #B7BB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BB1B; }
p { color: rgb(183,187,27); }
H1.HeaderClassName
{
color: #B7BB1B;
}
.AnyTagClassName
{
color: #B7BB1B;
}
</style>
background-color css
<style>
a { background-color: #B7BB1B; }
a { background-color: rgb(183,187,27); }
div.DivClassName
{
background-color: #B7BB1B;
}
.BgClassName
{
background-color: #B7BB1B;
}
</style>
border-color css
<style>
span { border-color: #B7BB1B; }
span { border-color: rgb(183,187,27); }
td.TdClassName
{
border-color: #B7BB1B;
}
.TagClassName
{
border-color: #B7BB1B;
}
</style>