Shades of Rio Grande #B4B71D
Tints of Rio Grande #B4B71D
RGB
CMYK
RGB Variations
Color information
#B4B71D (or 0xB4B71D) is known color: Rio Grande. HEX triplet: B4, B7 and 1D. RGB value is (180,183,29). Sum of RGB (Red+Green+Blue) = 180+183+29=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B71D is #4B48E2. Grayscale: #A5A5A5. Windows color (decimal): -4933859 or 1947572. OLE color: 1947572.
HSL color Cylindrical-coordinate representation of color #B4B71D: hue angle of 61.17º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4B71D is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 183 | 29 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.28 |
| HSL | 61.17º | 0.73% | 0.42% | - |
| HSV(B) | 61.17º | 0.84% | 0.72% | - |
| XYZ | 35.98 | 43.66 | 7.69 | - |
| YUV | 164.55 | 51.51 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 183 | 29 | 0.02 | 0 | 0.84 | 0.28 | 61.17 | 0.73 | 0.42 |
| Hex | B4 | B7 | 1D | 2 | 0 | 54 | 1C | 3D | 49 | 2A |
| Octal | 264 | 267 | 35 | 2 | 0 | 124 | 34 | 75 | 111 | 52 |
| Binary | 10110100 | 10110111 | 11101 | 10 | 0 | 1010100 | 11100 | 111101 | 1001001 | 101010 |
Color Harmonies of #B4B71D
Complementary color
Monochromatic Colors of #B4B71D
Black with #B4B71D
Text Example
Text Example
White with #B4B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B71D; }
p { color: rgb(180,183,29); }
H1.HeaderClassName
{
color: #B4B71D;
}
.AnyTagClassName
{
color: #B4B71D;
}
</style>
background-color css
<style>
a { background-color: #B4B71D; }
a { background-color: rgb(180,183,29); }
div.DivClassName
{
background-color: #B4B71D;
}
.BgClassName
{
background-color: #B4B71D;
}
</style>
border-color css
<style>
span { border-color: #B4B71D; }
span { border-color: rgb(180,183,29); }
td.TdClassName
{
border-color: #B4B71D;
}
.TagClassName
{
border-color: #B4B71D;
}
</style>