Shades of Rio Grande #B7BF2D
Tints of Rio Grande #B7BF2D
RGB
CMYK
RGB Variations
Color information
#B7BF2D (or 0xB7BF2D) is known color: Rio Grande. HEX triplet: B7, BF and 2D. RGB value is (183,191,45). Sum of RGB (Red+Green+Blue) = 183+191+45=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BF2D is #4840D2. Grayscale: #ACACAC. Windows color (decimal): -4735187 or 2998199. OLE color: 2998199.
HSL color Cylindrical-coordinate representation of color #B7BF2D: hue angle of 63.29º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7BF2D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 191 | 45 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.25 |
| HSL | 63.29º | 0.62% | 0.46% | - |
| HSV(B) | 63.29º | 0.76% | 0.75% | - |
| XYZ | 38.63 | 47.52 | 9.62 | - |
| YUV | 171.96 | 56.35 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 45 | 0.04 | 0 | 0.76 | 0.25 | 63.29 | 0.62 | 0.46 |
| Hex | B7 | BF | 2D | 4 | 0 | 4C | 19 | 3F | 3E | 2E |
| Octal | 267 | 277 | 55 | 4 | 0 | 114 | 31 | 77 | 76 | 56 |
| Binary | 10110111 | 10111111 | 101101 | 100 | 0 | 1001100 | 11001 | 111111 | 111110 | 101110 |
Color Harmonies of #B7BF2D
Complementary color
Monochromatic Colors of #B7BF2D
Black with #B7BF2D
Text Example
Text Example
White with #B7BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BF2D; }
p { color: rgb(183,191,45); }
H1.HeaderClassName
{
color: #B7BF2D;
}
.AnyTagClassName
{
color: #B7BF2D;
}
</style>
background-color css
<style>
a { background-color: #B7BF2D; }
a { background-color: rgb(183,191,45); }
div.DivClassName
{
background-color: #B7BF2D;
}
.BgClassName
{
background-color: #B7BF2D;
}
</style>
border-color css
<style>
span { border-color: #B7BF2D; }
span { border-color: rgb(183,191,45); }
td.TdClassName
{
border-color: #B7BF2D;
}
.TagClassName
{
border-color: #B7BF2D;
}
</style>