Shades of Rio Grande #BBBB2D
Tints of Rio Grande #BBBB2D
RGB
CMYK
RGB Variations
Color information
#BBBB2D (or 0xBBBB2D) is known color: Rio Grande. HEX triplet: BB, BB and 2D. RGB value is (187,187,45). Sum of RGB (Red+Green+Blue) = 187+187+45=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBB2D is #4444D2. Grayscale: #ABABAB. Windows color (decimal): -4474067 or 2997179. OLE color: 2997179.
HSL color Cylindrical-coordinate representation of color #BBBB2D: hue angle of 60º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBBB2D is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 45 | - |
| CMYK | 0 | 0 | 0.76 | 0.27 |
| HSL | 60º | 0.61% | 0.45% | - |
| HSV(B) | 60º | 0.76% | 0.73% | - |
| XYZ | 38.74 | 46.29 | 9.38 | - |
| YUV | 170.81 | 57 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 45 | 0 | 0 | 0.76 | 0.27 | 60 | 0.61 | 0.45 |
| Hex | BB | BB | 2D | 0 | 0 | 4C | 1B | 3C | 3D | 2D |
| Octal | 273 | 273 | 55 | 0 | 0 | 114 | 33 | 74 | 75 | 55 |
| Binary | 10111011 | 10111011 | 101101 | 0 | 0 | 1001100 | 11011 | 111100 | 111101 | 101101 |
Color Harmonies of #BBBB2D
Complementary color
Monochromatic Colors of #BBBB2D
Black with #BBBB2D
Text Example
Text Example
White with #BBBB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBB2D; }
p { color: rgb(187,187,45); }
H1.HeaderClassName
{
color: #BBBB2D;
}
.AnyTagClassName
{
color: #BBBB2D;
}
</style>
background-color css
<style>
a { background-color: #BBBB2D; }
a { background-color: rgb(187,187,45); }
div.DivClassName
{
background-color: #BBBB2D;
}
.BgClassName
{
background-color: #BBBB2D;
}
</style>
border-color css
<style>
span { border-color: #BBBB2D; }
span { border-color: rgb(187,187,45); }
td.TdClassName
{
border-color: #BBBB2D;
}
.TagClassName
{
border-color: #BBBB2D;
}
</style>