Shades of Rio Grande #B4BE2D
Tints of Rio Grande #B4BE2D
RGB
CMYK
RGB Variations
Color information
#B4BE2D (or 0xB4BE2D) is known color: Rio Grande. HEX triplet: B4, BE and 2D. RGB value is (180,190,45). Sum of RGB (Red+Green+Blue) = 180+190+45=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BE2D is #4B41D2. Grayscale: #ABABAB. Windows color (decimal): -4932051 or 2997940. OLE color: 2997940.
HSL color Cylindrical-coordinate representation of color #B4BE2D: hue angle of 64.14º 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 #B4BE2D is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 190 | 45 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.25 |
| HSL | 64.14º | 0.62% | 0.46% | - |
| HSV(B) | 64.14º | 0.76% | 0.75% | - |
| XYZ | 37.71 | 46.72 | 9.51 | - |
| YUV | 170.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 45 | 0.05 | 0 | 0.76 | 0.25 | 64.14 | 0.62 | 0.46 |
| Hex | B4 | BE | 2D | 5 | 0 | 4C | 19 | 40 | 3E | 2E |
| Octal | 264 | 276 | 55 | 5 | 0 | 114 | 31 | 100 | 76 | 56 |
| Binary | 10110100 | 10111110 | 101101 | 101 | 0 | 1001100 | 11001 | 1000000 | 111110 | 101110 |
Color Harmonies of #B4BE2D
Complementary color
Monochromatic Colors of #B4BE2D
Black with #B4BE2D
Text Example
Text Example
White with #B4BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BE2D; }
p { color: rgb(180,190,45); }
H1.HeaderClassName
{
color: #B4BE2D;
}
.AnyTagClassName
{
color: #B4BE2D;
}
</style>
background-color css
<style>
a { background-color: #B4BE2D; }
a { background-color: rgb(180,190,45); }
div.DivClassName
{
background-color: #B4BE2D;
}
.BgClassName
{
background-color: #B4BE2D;
}
</style>
border-color css
<style>
span { border-color: #B4BE2D; }
span { border-color: rgb(180,190,45); }
td.TdClassName
{
border-color: #B4BE2D;
}
.TagClassName
{
border-color: #B4BE2D;
}
</style>